proper theming csp

This commit is contained in:
SpikeHD
2022-06-03 18:11:44 -07:00
parent 41077c32b7
commit 042c999e1b

View File

@@ -63,7 +63,7 @@
} }
}, },
"security": { "security": {
"csp": "default-src 'self'; img-src 'self'; img-src https://* asset: https://asset.localhost" "csp": "default-src 'self' https://asset.localhost; img-src 'self'; img-src https://* asset: https://asset.localhost"
}, },
"updater": { "updater": {
"active": false "active": false