mirror of
https://github.com/wukko/cobalt.git
synced 2025-03-26 11:14:44 +01:00
web/svelte.config: fix img-src
csp
This commit is contained in:
parent
d9f1134f7f
commit
12f7ee874e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue