We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b40f14f + ecee16b commit b9848a4Copy full SHA for b9848a4
lib/csp.js
@@ -23,7 +23,7 @@ var cdnDirectives = {
23
}
24
25
var disqusDirectives = {
26
- scriptSrc: ['https://*.disqus.com', 'https://*.disquscdn.com'],
+ scriptSrc: ['https://disqus.com', 'https://*.disqus.com', 'https://*.disquscdn.com'],
27
styleSrc: ['https://*.disquscdn.com'],
28
fontSrc: ['https://*.disquscdn.com']
29
0 commit comments