Created
March 9, 2015 01:09
-
-
Save jhliberty/102d716a616cab2217a1 to your computer and use it in GitHub Desktop.
ember dev cors
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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