mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 04:39:58 +00:00
web/svelte.config: update img-src csp again
This commit is contained in:
parent
1460ee0d53
commit
f8a6b533be
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": ["*"],
|
||||
"img-src": ["*", "data:"],
|
||||
"manifest-src": ["self"],
|
||||
"worker-src": ["self"],
|
||||
|
||||
|
|
Loading…
Reference in a new issue