Skip to content

Instantly share code, notes, and snippets.

@simevidas
Created March 3, 2015 05:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simevidas/1d4266c4bd9737ee199a to your computer and use it in GitHub Desktop.
Save simevidas/1d4266c4bd9737ee199a to your computer and use it in GitHub Desktop.
default-src
'self'
;
script-src
'self'
https://a.disquscdn.com/
https://hashtagsecurity.disqus.com
code.jquery.com
;
img-src
'self'
https://a.disquscdn.com/
https://referrer.disqus.com
https://i.creativecommons.org
https://licensebuttons.net
;
frame-src
'self'
https://disqus.com
www.youtube.com
;
style-src
'self'
https://a.disquscdn.com
;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment