Scope opener plugin to http/https/mailto so clicks open the browser
This commit is contained in:
parent
a24f7de7df
commit
4e5bc7e081
2 changed files with 455 additions and 2 deletions
|
|
@ -9,6 +9,13 @@
|
|||
"core:window:default",
|
||||
"clipboard-manager:allow-read-text",
|
||||
"clipboard-manager:allow-write-text",
|
||||
"opener:allow-open-url"
|
||||
{
|
||||
"identifier": "opener:allow-open-url",
|
||||
"allow": [
|
||||
{ "url": "http://*" },
|
||||
{ "url": "https://*" },
|
||||
{ "url": "mailto:*" }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue