Scope opener plugin to http/https/mailto so clicks open the browser

This commit is contained in:
megaproxy 2026-05-25 19:47:24 +01:00
parent a24f7de7df
commit 4e5bc7e081
2 changed files with 455 additions and 2 deletions

View file

@ -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:*" }
]
}
]
}