fix remote img hosts

This commit is contained in:
SpikeHD
2022-06-02 17:16:34 -07:00
parent 203c45c5ef
commit c7b3f5491c

View File

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