Build production on macOS

This commit is contained in:
chrox 2024-10-10 20:55:51 +02:00
parent b38cfd70ba
commit 39421f6902
No known key found for this signature in database
GPG key ID: 07EA917B97209AE3
3 changed files with 46 additions and 44 deletions

View file

@ -22,7 +22,12 @@
}
],
"security": {
"csp": "default-src 'self' ipc: http://ipc.localhost; img-src 'self' data: asset: http://asset.localhost",
"csp": {
"default-src": "'self' 'unsafe-inline' blob: customprotocol: asset: http://asset.localhost ipc: http://ipc.localhost",
"img-src": "'self' blob: data: asset: http://asset.localhost",
"style-src": "'self' 'unsafe-inline' blob: asset: http://asset.localhost",
"frame-src": "'self' blob: asset: http://asset.localhost"
},
"assetProtocol": {
"enable": true,
"scope": {