mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-30 14:12:07 +02:00
Support binary responses!
This commit is contained in:
@@ -14,9 +14,15 @@
|
||||
"windows": [],
|
||||
"allowlist": {
|
||||
"all": false,
|
||||
"protocol": {
|
||||
"assetScope": ["$APPDATA/*"],
|
||||
"asset": true
|
||||
},
|
||||
"fs": {
|
||||
"readFile": true,
|
||||
"scope": [
|
||||
"$RESOURCE/*"
|
||||
"$RESOURCE/*",
|
||||
"$APPDATA/*"
|
||||
]
|
||||
},
|
||||
"shell": {
|
||||
@@ -60,7 +66,8 @@
|
||||
"timestampUrl": ""
|
||||
}
|
||||
},
|
||||
"security": {},
|
||||
"security": {
|
||||
},
|
||||
"systemTray": {
|
||||
"iconAsTemplate": true,
|
||||
"iconPath": "icons/icon.png"
|
||||
|
||||
Reference in New Issue
Block a user