Content Security Policy (CSP) directive for fastify-helmet. Include some security best practices design for OWASP. Be like Fort Knox!
npm install nuhelmet
import nuhelmet from 'nuhelmet'
server.register(nuhelmet, {
domains: ['nucleode.com','fastify.io'],
})