mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-16 22:20:51 +01:00
laden von erweiterungen implementiert
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
"beforeDevCommand": "pnpm dev",
|
||||
"devUrl": "http://localhost:3003",
|
||||
"beforeBuildCommand": "pnpm generate",
|
||||
"frontendDist": "../dist"
|
||||
"frontendDist": "../.output/public"
|
||||
},
|
||||
"app": {
|
||||
"windows": [
|
||||
@ -18,7 +18,14 @@
|
||||
}
|
||||
],
|
||||
"security": {
|
||||
"csp": "default-src 'self' ipc: http://ipc.localhost; img-src 'self' asset: http://asset.localhost",
|
||||
"csp": {
|
||||
"default-src": ["'self'", "haex-extensions"],
|
||||
"script-src": ["'self'", "haex-extensions"],
|
||||
"style-src": ["'self'", "haex-extensions"],
|
||||
"connect-src": ["'self'", "haex-extensions"],
|
||||
"img-src": ["'self'", "haex-extensions", "data:"],
|
||||
"font-src": ["'self'", "haex-extensions", "data:"]
|
||||
},
|
||||
"assetProtocol": {
|
||||
"enable": true,
|
||||
"scope": ["$RESOURCE/extensions/**"]
|
||||
|
||||
Reference in New Issue
Block a user