Skip to content

Commit

Permalink
feat: add hotjar to csp
Browse files Browse the repository at this point in the history
  • Loading branch information
mwargan committed Apr 24, 2024
1 parent 3dee5c8 commit 33564af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
content="default-src 'self';
connect-src 'self' https://api.stripe.com * https://app.novu.link https://novu.link;
frame-src 'self' https://js.stripe.com https://hooks.stripe.com https://www.facebook.com https://vars.hotjar.com;
script-src 'self' https://js.stripe.com https://www.googletagmanager.com 'unsafe-eval';
script-src 'self' https://js.stripe.com https://www.googletagmanager.com https://static.hotjar.com 'unsafe-eval';
style-src 'self' 'unsafe-inline';
font-src 'self';
img-src 'self' data: https://www.facebook.com https://*.facebook.com https://*.fbcdn.net https://*.googleusercontent.com https://vars.hotjar.com;">
Expand Down

0 comments on commit 33564af

Please sign in to comment.