Skip to content

Commit b9848a4

Browse files
authored
Merge pull request #1092 from SISheogorath/fix/disqusCSP
Fix disqus CSP
2 parents b40f14f + ecee16b commit b9848a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/csp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var cdnDirectives = {
2323
}
2424

2525
var disqusDirectives = {
26-
scriptSrc: ['https://*.disqus.com', 'https://*.disquscdn.com'],
26+
scriptSrc: ['https://disqus.com', 'https://*.disqus.com', 'https://*.disquscdn.com'],
2727
styleSrc: ['https://*.disquscdn.com'],
2828
fontSrc: ['https://*.disquscdn.com']
2929
}

0 commit comments

Comments
 (0)