Skip to content

Commit ba70395

Browse files
Added Youtube and Tagmanager
1 parent a13d3d5 commit ba70395

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/server/index.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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;'

0 commit comments

Comments
 (0)