mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-16 22:20:51 +01:00
added settings page, cleanup
This commit is contained in:
@ -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/**"]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user