Fix text encoding and delete responses

This commit is contained in:
Gregory Schier
2023-04-14 13:50:41 -07:00
parent 7245e6e593
commit 24117f7c8d
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": {