Skip to content

Instantly share code, notes, and snippets.

@larkintuckerllc
Created February 19, 2022 16:51
Show Gist options
  • Save larkintuckerllc/e95fae430548e36f68058c88da3082ff to your computer and use it in GitHub Desktop.
Save larkintuckerllc/e95fae430548e36f68058c88da3082ff to your computer and use it in GitHub Desktop.
csp:
connect-src: ["'self'", 'http:', 'https:']
# Content-Security-Policy directives follow the Helmet format: https://helmetjs.github.io/#reference
# Default Helmet Content-Security-Policy values can be removed by setting the key to false
img-src: ["'self'", 'data:', 'https://avatars.githubusercontent.com']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment