头盔:使用各种HTTP标头帮助保护Express应用程序的安全 源码
头盔 头盔可通过设置各种HTTP标头来帮助您保护Express应用程序。 这不是灵丹妙药,但可以帮上忙! 快速开始 首先,为您的应用程序运行npm install helmet --save 。 然后,在Express应用中: const express = require ( "express" ) ; const helmet = require ( "helmet" ) ; const app = express ( ) ; app . use ( helmet ( ) ) ; // ... 这个怎么运作 Helmet是风格的中间件,与框架兼容。 (如果需要对Koa的支持,请参阅 。
文件列表
helmet-main.zip
(预估有个93文件)
helmet-main
.eslintrc.json
383B
.gitattributes
19B
.github
workflows
nodejs.yml
363B
index.ts
7KB
.prettierignore
11B
.npmignore
1KB
CONTRIBUTING.md
773B
暂无评论