Skip to content

Instantly share code, notes, and snippets.

@tetrashine
Created July 19, 2020 10:24
Show Gist options
  • Save tetrashine/808f27264b0a75673d960d871cf383a1 to your computer and use it in GitHub Desktop.
Save tetrashine/808f27264b0a75673d960d871cf383a1 to your computer and use it in GitHub Desktop.
helmet.js
const express = require('express')
const helmet = require('helmet')
const app = express()
app.use(helmet())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment