Fix text encoding and delete responses

This commit is contained in:
Gregory Schier
2023-04-14 13:50:41 -07:00
parent 9755833577
commit 67007b1f5c
7 changed files with 146 additions and 35 deletions

View File

@@ -15,14 +15,14 @@
"allowlist": {
"all": false,
"protocol": {
"assetScope": ["$APPDATA/*"],
"assetScope": ["$APPDATA/responses/*"],
"asset": true
},
"fs": {
"readFile": true,
"scope": [
"$RESOURCE/*",
"$APPDATA/*"
"$APPDATA/responses/*"
]
},
"shell": {