Skip to content

Commit f3dfd70

Browse files
committed
feat: add hotjar to csp
1 parent 33564af commit f3dfd70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
content="default-src 'self';
1414
connect-src 'self' https://api.stripe.com * https://app.novu.link https://novu.link;
1515
frame-src 'self' https://js.stripe.com https://hooks.stripe.com https://www.facebook.com https://vars.hotjar.com;
16-
script-src 'self' https://js.stripe.com https://www.googletagmanager.com https://static.hotjar.com 'unsafe-eval';
16+
script-src 'self' https://js.stripe.com https://www.googletagmanager.com https://static.hotjar.com https://script.hotjar.com 'unsafe-eval' 'unsafe-inline';
1717
style-src 'self' 'unsafe-inline';
1818
font-src 'self';
1919
img-src 'self' data: https://www.facebook.com https://*.facebook.com https://*.fbcdn.net https://*.googleusercontent.com https://vars.hotjar.com;">

0 commit comments

Comments
 (0)