Skip to content

Instantly share code, notes, and snippets.

@tarot
Created December 20, 2014 14:19
Show Gist options
  • Save tarot/d18be41f825f9a1d2fdc to your computer and use it in GitHub Desktop.
Save tarot/d18be41f825f9a1d2fdc to your computer and use it in GitHub Desktop.
Lightning ApplicationのCSP (https://ap0.lightning.force.com, 2014-12-20)
Content-Security-Policy: default-src 'self'; script-src 'self' https://ssl.gstatic.com/accessibility/ chrome-extension: 'unsafe-eval' 'unsafe-inline'; object-src 'self'; style-src 'self' chrome-extension: 'unsafe-inline'; img-src http: https: data:; media-src 'self'; frame-src https:; font-src https: data:; connect-src 'self'; report-uri /_/csp
@tarot
Copy link
Author

tarot commented Dec 20, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment