fix(security): restrict frontend filesystem access

This commit is contained in:
NimBold
2026-06-18 07:44:18 +03:30
parent 97802adb70
commit 5200c1e453
3 changed files with 231 additions and 80 deletions
+1 -53
View File
@@ -9,58 +9,6 @@
"opener:default",
"dialog:default",
"notification:default",
"notification:allow-is-permission-granted",
"shell:allow-execute",
"shell:allow-spawn",
{
"identifier": "shell:allow-execute",
"allow": [
{
"name": "yt-dlp",
"sidecar": true,
"args": true
},
{
"name": "aria2c",
"sidecar": true,
"args": true
},
{
"name": "ffmpeg",
"sidecar": true,
"args": true
},
{
"name": "deno",
"sidecar": true,
"args": true
}
]
},
{
"identifier": "shell:allow-spawn",
"allow": [
{
"name": "yt-dlp",
"sidecar": true,
"args": true
},
{
"name": "aria2c",
"sidecar": true,
"args": true
},
{
"name": "ffmpeg",
"sidecar": true,
"args": true
},
{
"name": "deno",
"sidecar": true,
"args": true
}
]
}
"notification:allow-is-permission-granted"
]
}