Skip to content

Instantly share code, notes, and snippets.

@codelion
Created December 21, 2015 14:02
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 codelion/9ada2c9e53717e423b71 to your computer and use it in GitHub Desktop.
Save codelion/9ada2c9e53717e423b71 to your computer and use it in GitHub Desktop.
CSP policy
default-src 'self'; font-src 'self' https://maxcdn.bootstrapcdn.com; form-action 'self'; frame-ancestors 'none'; report-uri https://report-uri.io/report/camjackson; script-src 'self' https://oss.maxcdn.com; style-src 'self' https://maxcdn.bootstrapcdn.com https://cdn.jsdelivr.net
@camjackson
Copy link

Doh, nested quotes are too hard to read! Thanks.

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