Skip to content

Commit be0574a

Browse files
committed
Fix security policy and google analytics connections
1 parent 581b5c8 commit be0574a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="Content-Security-Policy" content="default-src 'self' 'unsafe-eval' blob:;
66
img-src * data: blob:;
77
style-src * 'unsafe-inline';
8-
connect-src https://compass-maps.mongodb.com https://stitch.mongodb.com https://*.intercom.io wss://*.intercom.io https://app.getsentry.com;
8+
connect-src https://compass-maps.mongodb.com https://stitch.mongodb.com https://*.intercom.io wss://*.intercom.io https://app.getsentry.com https://*.google-analytics.com;
99
script-src 'self' https://intercom.io https://*.intercom.io https://js.intercomcdn.com 'unsafe-eval';
1010
font-src * https://js.intercomcdn.com;">
1111
</head>

0 commit comments

Comments
 (0)