mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-01-08 12:07:45 +08:00
csp for style/script elements
This commit is contained in:
parent
053b4760b1
commit
06e1ca23e1
@ -53,7 +53,7 @@
|
||||
}
|
||||
},
|
||||
"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": {
|
||||
"active": false,
|
||||
|
Loading…
Reference in New Issue
Block a user