Skip to content

Commit 9c90805

Browse files
Fix URL string
1 parent ba70395 commit 9c90805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ async function onExpressJsSetup(server) {
183183
+ ' https://43d132d5dbff47c59d9d53ad448f93c2.js.ubembed.com;'
184184
+ " frame-src 'self'"
185185
+ ` ${config.URL.AUTH}`
186-
+ 'https://www.youtube.com;'
186+
+ ' https://www.youtube.com;'
187187
+ " img-src 'self'"
188188
+ ` ${config.CDN.PUBLIC}`
189189
+ ' https://cdn.segment.com'

0 commit comments

Comments
 (0)