mirror of
https://github.com/neosubhamoy/neodlp.git
synced 2026-03-22 12:35:49 +05:30
fix: tauri opener url capabilities
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user