web/svelte.config: update img-src csp again

This commit is contained in:
wukko 2024-09-23 15:30:31 +06:00
parent 1460ee0d53
commit f8a6b533be
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -56,7 +56,7 @@ const config = {
"font-src": ["self"], "font-src": ["self"],
"style-src": ["self", "unsafe-inline"], "style-src": ["self", "unsafe-inline"],
"img-src": ["*"], "img-src": ["*", "data:"],
"manifest-src": ["self"], "manifest-src": ["self"],
"worker-src": ["self"], "worker-src": ["self"],