fastify-helmet:Fastify的重要安全标头

时间:2024-05-17 10:00:04
【文件属性】:

文件名称:fastify-helmet:Fastify的重要安全标头

文件大小:10KB

文件格式:ZIP

更新时间:2024-05-17 10:00:04

JavaScript

固定头盔 Fastify的重要安全标头。 这是一个很小的包裹在包裹物。 安装 npm i fastify-helmet 用法 只需使用此插件,即可设置基本的安全标头。 const fastify = require ( 'fastify' ) ( ) const helmet = require ( 'fastify-helmet' ) fastify . register ( helmet , // Example disables the `contentSecurityPolicy` middleware but keeps the rest. { contentSecurityPolicy : false } ) fastify . listen ( 3000 , err => { if ( err ) throw err } ) 内容安全策略即刻 fastif


【文件预览】:
fastify-helmet-master
----.gitignore(2KB)
----package.json(1KB)
----LICENSE(2KB)
----index.js(2KB)
----test.js(7KB)
----.github()
--------stale.yml(772B)
--------workflows()
--------dependabot.yml(260B)
----README.md(3KB)
----example.js(613B)
----benchmarks()
--------express.js(254B)
--------koa.js(230B)
----index.test-d.ts(1KB)
----index.d.ts(417B)

网友评论