Skip to content

Commit

Permalink
Tag manager needs additional CSP adjustments. (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinreiss authored Feb 11, 2025
1 parent 5a7403e commit dceec40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
http-equiv="Content-Security-Policy"
content="
default-src 'none';
style-src 'self' 'unsafe-inline' https://use.typekit.net https://p.typekit.net;
script-src 'self' https://www.googletagmanager.com/gtm.js 'unsafe-eval';
style-src 'self' 'unsafe-inline' https://use.typekit.net https://p.typekit.net https://tagmanager.google.com/ https://www.googletagmanager.com/;
script-src 'self' https://tagmanager.google.com/ https://www.googletagmanager.com/ 'unsafe-eval' 'unsafe-inline';
connect-src 'self' localhost:* https://allsearch-api.princeton.edu https://allsearch-api-staging.princeton.edu https://bibdata.princeton.edu https://bibdata-staging.lib.princeton.edu https://api.honeybadger.io https://www.google-analytics.com;
font-src 'self' https://use.typekit.net;
base-uri 'none';
Expand Down

0 comments on commit dceec40

Please sign in to comment.