Skip to content

Commit

Permalink
web/svelte.config: update img-src csp again
Browse files Browse the repository at this point in the history
  • Loading branch information
wukko committed Sep 23, 2024
1 parent 1460ee0 commit f8a6b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"],

Expand Down

0 comments on commit f8a6b53

Please sign in to comment.