Skip to content

Instantly share code, notes, and snippets.

@NaveenDA
Created December 31, 2018 12:44
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 NaveenDA/541eee2b6fa561caae96299aa47952cd to your computer and use it in GitHub Desktop.
Save NaveenDA/541eee2b6fa561caae96299aa47952cd to your computer and use it in GitHub Desktop.
A sample code for helmet
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