|
2 | 2 | <html lang="en">
|
3 | 3 | <head>
|
4 | 4 | <meta name="viewport" content="initial-scale=1">
|
5 |
| - <meta http-equiv="Content-Security-Policy" content="default-src 'self' 'unsafe-eval' blob:; |
6 |
| - img-src * data: blob:; |
| 5 | + <meta http-equiv="Content-Security-Policy" content=" |
| 6 | + default-src 'self' 'unsafe-eval' blob:; |
| 7 | + img-src * |
| 8 | + data: |
| 9 | + blob: |
| 10 | + https://js.intercomcdn.com |
| 11 | + https://static.intercomassets.com |
| 12 | + https://downloads.intercomcdn.com |
| 13 | + https://uploads.intercomusercontent.com |
| 14 | + https://gifs.intercomcdn.com; |
7 | 15 | 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 https://*.google-analytics.com; |
9 |
| - script-src 'self' https://intercom.io https://*.intercom.io https://js.intercomcdn.com 'unsafe-eval'; |
| 16 | + connect-src |
| 17 | + https://compass-maps.mongodb.com |
| 18 | + https://stitch.mongodb.com |
| 19 | + https://api.intercom.io |
| 20 | + https://api-iam.intercom.io |
| 21 | + https://api-ping.intercom.io |
| 22 | + https://nexus-websocket-a.intercom.io |
| 23 | + https://nexus-websocket-b.intercom.io |
| 24 | + https://nexus-long-poller-a.intercom.io |
| 25 | + https://nexus-long-poller-b.intercom.io |
| 26 | + wss://nexus-websocket-a.intercom.io |
| 27 | + wss://nexus-websocket-b.intercom.io |
| 28 | + https://uploads.intercomcdn.com |
| 29 | + https://uploads.intercomusercontent.com |
| 30 | + https://app.getsentry.com |
| 31 | + https://*.google-analytics.com; |
| 32 | + child-src |
| 33 | + https://share.intercom.io |
| 34 | + https://www.youtube.com |
| 35 | + https://player.vimeo.com |
| 36 | + https://fast.wistia.net; |
| 37 | + script-src |
| 38 | + 'self' |
| 39 | + https://app.intercom.io |
| 40 | + https://widget.intercom.io |
| 41 | + https://js.intercomcdn.com |
| 42 | + https://js.intercomcdn.com |
| 43 | + 'unsafe-eval'; |
10 | 44 | font-src * https://js.intercomcdn.com;">
|
11 | 45 | </head>
|
12 | 46 | <body>
|
|
0 commit comments