fix: restrict window capability to 'main' and enhance opener permissions
This commit is contained in:
@@ -2,10 +2,12 @@
|
||||
"$schema": "../gen/schemas/desktop-schema.json",
|
||||
"identifier": "default",
|
||||
"description": "Default capability for all windows",
|
||||
"windows": ["*"],
|
||||
"windows": ["main"],
|
||||
"platforms": ["linux", "windows", "macOS"],
|
||||
"permissions": [
|
||||
"core:default",
|
||||
"opener:default",
|
||||
"opener:allow-open-url",
|
||||
"opener:allow-default-urls",
|
||||
"notification:default",
|
||||
"autostart:default"
|
||||
|
||||
Reference in New Issue
Block a user