File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,8 @@ async function onExpressJsSetup(server) {
182
182
+ ' https://d24oibycet9bsb.cloudfront.net'
183
183
+ ' https://43d132d5dbff47c59d9d53ad448f93c2.js.ubembed.com;'
184
184
+ " frame-src 'self'"
185
- + ` ${ config . URL . AUTH } ;`
185
+ + ` ${ config . URL . AUTH } `
186
+ + 'https://www.youtube.com;'
186
187
+ " img-src 'self'"
187
188
+ ` ${ config . CDN . PUBLIC } `
188
189
+ ' https://cdn.segment.com'
@@ -195,7 +196,8 @@ async function onExpressJsSetup(server) {
195
196
+ ' https://topcoder-prod-media.s3.amazonaws.com'
196
197
+ ' https://www.facebook.com'
197
198
+ ' https://www.google-analytics.com'
198
- + ' https://www.google.com;'
199
+ + ' https://www.google.com'
200
+ + ' https://www.googletagmanager.com;'
199
201
+ " manifest-src 'self';"
200
202
+ " media-src 'self';"
201
203
+ ' report-uri https://623d4c23f90d055298b24042.endpoint.csper.io/?v=0;'
You can’t perform that action at this time.
0 commit comments