文件名称:koa头盔:koa的重要安全标头
文件大小:68KB
文件格式:ZIP
更新时间:2024-02-24 08:30:11
middleware koa helmet secure secure-by-default
头盔 koa头盔是与配合使用的包装材料。 它提供了重要的安全标头,默认情况下可使您的应用程序更安全。 安装 yarn add koa-helmet 或通过npm: npm install koa-helmet --save 用法 用法与相同 头盔提供11种安全中间件功能: // This... app . use ( helmet ( ) ) ; // ...is equivalent to this: app . use ( helmet . contentSecurityPolicy ( ) ) ; app . use ( helmet . dnsPrefetchControl ( ) ) ; app . use ( helmet . expectCt ( ) ) ; app . use ( helmet . frameguard ( ) ) ; app . use ( helmet . hidePoweredBy ( ) ) ; app . use ( helmet . hsts ( ) ) ; app . use ( helmet . ieNoOpen ( ) ) ; a
【文件预览】:
koa-helmet-master
----.travis.yml(87B)
----package.json(964B)
----test()
--------koa-helmet.spec.js(3KB)
--------.eslintrc.js(80B)
----LICENSE(1KB)
----.npmignore(8B)
----.eslintrc.js(557B)
----.gitignore(121B)
----lib()
--------koa-helmet.js(762B)
----README.md(2KB)
----yarn.lock(151KB)