Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 1.07 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.07 KB

NuHelmet

NPM downloads built with typescript-lib-starter styled with prettier david-dm Greenkeeper badge

Content Security Policy (CSP) directive for fastify-helmet. Include some security best practices design for OWASP. Be like Fort Knox!

Install

npm install nuhelmet

Usage

import nuhelmet from 'nuhelmet'

server.register(nuhelmet, {
    domains: ['nucleode.com','fastify.io'],
  })

Dependencies