mirror of
https://github.com/imputnet/cobalt.git
synced 2025-01-15 11:25:17 +00:00
web/svelte.config: fix img-src
csp
This commit is contained in:
parent
d9f1134f7f
commit
12f7ee874e
|
@ -56,7 +56,7 @@ const config = {
|
|||
|
||||
"font-src": ["self"],
|
||||
"style-src": ["self", "unsafe-inline"],
|
||||
"img-src": ["self", "data:"],
|
||||
"img-src": ["*"],
|
||||
"manifest-src": ["self"],
|
||||
"worker-src": ["self"],
|
||||
|
||||
|
|
Loading…
Reference in a new issue