added settings page, cleanup

This commit is contained in:
Martin Drechsel
2025-05-19 12:29:37 +02:00
parent 6a1351752b
commit 0699dbef31
35 changed files with 889 additions and 653 deletions

View File

@ -19,7 +19,7 @@
],
"security": {
"csp": {
"default-src": ["'self'", "haex-extension: data: blob: asset:"],
"default-src": "'self' ipc: http://ipc.localhost; img-src 'self' asset: http://asset.localhost; default-src 'self' asset: http://asset.localhost",
"script-src": ["'self'", "haex-extension:"],
"style-src": ["'self'", "haex-extension:"],
"connect-src": ["'self'", "haex-extension:"],
@ -29,7 +29,7 @@
},
"assetProtocol": {
"enable": true,
"scope": ["$RESOURCE/extensions/**"]
"scope": ["$RESOURCE/**", "$APPDATA/**"]
}
}
},