Skip to content

Commit ea70cd4

Browse files
committed
Adding more intercom exceptions to to CSP (#1306)
1 parent 8362a77 commit ea70cd4

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

src/app/index.html

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,24 @@
33
<head>
44
<meta name="viewport" content="initial-scale=1">
55
<meta http-equiv="Content-Security-Policy" content="
6-
default-src 'self' 'unsafe-eval' blob:;
6+
default-src
7+
'self'
8+
'unsafe-eval'
9+
blob:
10+
https://js.intercomcdn.com
11+
https://api.intercom.io
12+
https://api-iam.intercom.io
13+
https://api-ping.intercom.io
14+
https://nexus-websocket-a.intercom.io
15+
https://nexus-websocket-b.intercom.io
16+
https://nexus-long-poller-a.intercom.io
17+
https://nexus-long-poller-b.intercom.io
18+
wss://nexus-websocket-a.intercom.io
19+
wss://nexus-websocket-b.intercom.io
20+
https://widget.intercom.io
21+
https://js.intercomcdn.com
22+
https://uploads.intercomcdn.com
23+
https://uploads.intercomusercontent.com;
724
img-src *
825
data:
926
blob:

0 commit comments

Comments
 (0)