mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 01:18:27 +00:00
web/svelte.config: update img-src csp again
This commit is contained in:
parent
1460ee0d53
commit
f8a6b533be
@ -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 New Issue
Block a user