Skip to content

Instantly share code, notes, and snippets.

@mikedao
Created May 5, 2015 02:09
Show Gist options
  • Save mikedao/2e3967c3fdc84d279445 to your computer and use it in GitHub Desktop.
Save mikedao/2e3967c3fdc84d279445 to your computer and use it in GitHub Desktop.
environment.js
contentSecurityPolicy: {
'default-src': "'none'",
'script-src': "'self' 'unsafe-inline' 'unsafe-eval'",
'font-src': "'self'",
'connect-src': "'self'",
'img-src': "'self'",
'style-src': "'self' 'unsafe-inline'",
'frame-src': "'none'"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment