Skip to content

Instantly share code, notes, and snippets.

@jhliberty
Created March 9, 2015 01:09
Show Gist options
  • Save jhliberty/102d716a616cab2217a1 to your computer and use it in GitHub Desktop.
Save jhliberty/102d716a616cab2217a1 to your computer and use it in GitHub Desktop.
ember dev cors
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