Skip to content

Commit

Permalink
CSP: Add kovertcdn to connect-src
Browse files Browse the repository at this point in the history
  • Loading branch information
Vetle Hjelle committed Jul 1, 2024
1 parent 3d1d381 commit 04be498
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 @@ -18,7 +18,7 @@
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/;
connect-src 'self' https://kovertcdn.blob.core.windows.net 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/;
">

<!-- Image -->
Expand Down

0 comments on commit 04be498

Please sign in to comment.