dunder-lsp
dunder-lsp copied to clipboard
Helmet
https://github.com/fastify/fastify-helmet
fastify-helmet is a wrapper around helmet, which has these features:
helmet.contentSecurityPolicy(options) helmet.expectCt(options) helmet.referrerPolicy(options) helmet.hsts(options) helmet.noSniff() helmet.originAgentCluster() helmet.dnsPrefetchControl(options) helmet.ieNoOpen() helmet.frameguard(options) helmet.permittedCrossDomainPolicies(options) helmet.hidePoweredBy() helmet.xssFilter()
Which are relevant for dunder?
@sesam Sorry, I don't know right now. I guess this needs more research actually. My rationale for creating this issue was that maybe some fortifying lib could/should be used instead of just using raw Fastify.
helmet.hsts(options)
is no-brainer at least I think.