fix: csp for bundled svgs in build

This commit is contained in:
2025-10-03 00:18:00 -04:00
parent 1e165e5a7e
commit 0e1837f0f2

View File

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