mirror of
https://github.com/neosubhamoy/neodlp.git
synced 2026-03-22 11:25:49 +05:30
fix: tauri opener url capabilities
This commit is contained in:
@@ -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",
|
|
||||||
"allow": [
|
|
||||||
{
|
{
|
||||||
"path": "**"
|
"url": "https://addons.mozilla.org"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "https://github.com"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user