1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-03-22 10:15:50 +05:30

fix: tauri opener url capabilities

This commit is contained in:
2026-03-02 11:08:11 +05:30
Verified
parent b4532cb213
commit a5f18c3a61

View File

@@ -30,6 +30,14 @@
"clipboard-manager:allow-write-text", "clipboard-manager:allow-write-text",
"notification:default", "notification:default",
"log:default", "log:default",
{
"identifier": "fs:scope",
"allow": [
{
"path": "**"
}
]
},
{ {
"identifier": "opener:allow-open-path", "identifier": "opener:allow-open-path",
"allow": [ "allow": [
@@ -50,15 +58,13 @@
"identifier": "opener:allow-open-url", "identifier": "opener:allow-open-url",
"allow": [ "allow": [
{ {
"url": "**" "url": "https://chromewebstore.google.com"
}
]
}, },
{ {
"identifier": "fs:scope", "url": "https://addons.mozilla.org"
"allow": [ },
{ {
"path": "**" "url": "https://github.com"
} }
] ]
} }