Skip to content

Commit

Permalink
CSP: Wildcard is not enough for data:
Browse files Browse the repository at this point in the history
  • Loading branch information
Vetle Hjelle committed May 10, 2024
1 parent a5e5a25 commit 6edb223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<meta http-equiv="Content-Security-Policy" content="
default-src 'self' https://kovert.no https://kovertcdn.blob.core.windows.net;
style-src 'self' 'unsafe-inline' https://kovert.no;
img-src 'self' https://kovert.no *;
img-src 'self' data: https://kovert.no *;
script-src 'self' https://kovert.no https://cdn-cookieyes.com https://www.googletagmanager.com https://googleads.g.doubleclick.net;
frame-src 'self' https://www.googletagmanager.com https://www.linkedin.com https://td.doubleclick.net/;
connect-src 'self' https://log.cookieyes.com https://cdn-cookieyes.com https://region1.google-analytics.com https://www.google.com/ https://googleads.g.doubleclick.net/ https://formspree.io/;
Expand Down

0 comments on commit 6edb223

Please sign in to comment.