Skip to content

Instantly share code, notes, and snippets.

@ArnaudBuchholz
Created April 6, 2020 13:28
Show Gist options
  • Save ArnaudBuchholz/a2069269add906d3fc7395d29ce40283 to your computer and use it in GitHub Desktop.
Save ArnaudBuchholz/a2069269add906d3fc7395d29ce40283 to your computer and use it in GitHub Desktop.
module.exports = async function (request, response) {
response.setHeader('Content-Security-Policy', 'default-src \'self\'')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment