1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-03-22 06:55:51 +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",
"notification:default",
"log:default",
{
"identifier": "fs:scope",
"allow": [
{
"path": "**"
}
]
},
{
"identifier": "opener:allow-open-path",
"allow": [
@@ -50,15 +58,13 @@
"identifier": "opener:allow-open-url",
"allow": [
{
"url": "**"
}
]
},
{
"identifier": "fs:scope",
"allow": [
"url": "https://chromewebstore.google.com"
},
{
"path": "**"
"url": "https://addons.mozilla.org"
},
{
"url": "https://github.com"
}
]
}