fix: update opener permissions to allow default URLs and remove unnecessary entries
This commit is contained in:
@@ -6,11 +6,7 @@
|
|||||||
"platforms": ["linux", "windows", "macOS"],
|
"platforms": ["linux", "windows", "macOS"],
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"core:default",
|
"core:default",
|
||||||
"opener:default",
|
"opener:allow-default-urls",
|
||||||
{
|
|
||||||
"identifier": "opener:allow-open-url",
|
|
||||||
"allow": [{ "url": "http://**" }, { "url": "https://**" }]
|
|
||||||
},
|
|
||||||
"notification:default",
|
"notification:default",
|
||||||
"autostart:default"
|
"autostart:default"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user