Allow all files to be opened in desktop app
This commit is contained in:
@@ -14,7 +14,8 @@
|
|||||||
"allowlist": {
|
"allowlist": {
|
||||||
"all": false,
|
"all": false,
|
||||||
"fs": {
|
"fs": {
|
||||||
"all": true
|
"all": true,
|
||||||
|
"scope": ["**"]
|
||||||
},
|
},
|
||||||
"dialog": {
|
"dialog": {
|
||||||
"all": true
|
"all": true
|
||||||
|
|||||||
Reference in New Issue
Block a user