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) {
182182 + ' https://d24oibycet9bsb.cloudfront.net'
183183 + ' https://43d132d5dbff47c59d9d53ad448f93c2.js.ubembed.com;'
184184 + " frame-src 'self'"
185- + ` ${ config . URL . AUTH } ;`
185+ + ` ${ config . URL . AUTH } `
186+ + 'https://www.youtube.com;'
186187 + " img-src 'self'"
187188 + ` ${ config . CDN . PUBLIC } `
188189 + ' https://cdn.segment.com'
@@ -195,7 +196,8 @@ async function onExpressJsSetup(server) {
195196 + ' https://topcoder-prod-media.s3.amazonaws.com'
196197 + ' https://www.facebook.com'
197198 + ' https://www.google-analytics.com'
198- + ' https://www.google.com;'
199+ + ' https://www.google.com'
200+ + ' https://www.googletagmanager.com;'
199201 + " manifest-src 'self';"
200202 + " media-src 'self';"
201203 + ' report-uri https://623d4c23f90d055298b24042.endpoint.csper.io/?v=0;'
You can’t perform that action at this time.
0 commit comments