csp for style/script elements

This commit is contained in:
SpikeHD
2023-05-20 16:58:29 -07:00
parent 053b4760b1
commit 06e1ca23e1

View File

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