头盔:使用各种HTTP标头帮助保护Express应用程序的安全

时间:2024-02-25 10:30:15
【文件属性】:

文件名称:头盔:使用各种HTTP标头帮助保护Express应用程序的安全

文件大小:184KB

文件格式:ZIP

更新时间:2024-02-25 10:30:15

javascript security middleware helmet http-headers

头盔 头盔可通过设置各种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
----.eslintrc.json(383B)
----.gitattributes(19B)
----.github()
--------workflows()
----index.ts(7KB)
----.prettierignore(11B)
----.npmignore(1KB)
----CONTRIBUTING.md(773B)
----tsconfig.json(344B)
----LICENSE(1KB)
----test()
--------.eslintrc.json(36B)
--------referrer-policy.test.ts(2KB)
--------x-download-options.test.ts(302B)
--------x-dns-prefetch-control.test.ts(838B)
--------content-security-policy.test.ts(14KB)
--------x-frame-options.test.ts(2KB)
--------x-powered-by.test.ts(585B)
--------x-xss-protection.test.ts(280B)
--------expect-ct.test.ts(2KB)
--------x-permitted-cross-domain-policies.test.ts(2KB)
--------origin-agent-cluster.test.ts(306B)
--------strict-transport-security.test.ts(5KB)
--------index.test.ts(10KB)
--------x-content-type-options.test.ts(326B)
--------helpers.ts(886B)
----jest.config.js(352B)
----README.md(16KB)
----SECURITY.md(303B)
----middlewares()
--------origin-agent-cluster()
--------x-content-type-options()
--------expect-ct()
--------referrer-policy()
--------x-permitted-cross-domain-policies()
--------x-frame-options()
--------x-download-options()
--------strict-transport-security()
--------content-security-policy()
--------x-xss-protection()
--------x-dns-prefetch-control()
--------x-powered-by()
----CODE_OF_CONDUCT.md(5KB)
----.gitignore(35B)
----.prettierrc.js(513B)
----bin()
--------.eslintrc.json(35B)
--------clean.js(270B)
--------build-middleware-package.js(2KB)
----CHANGELOG.md(19KB)
----.eslintignore(7B)
----package-lock.json(472KB)
----package.json(2KB)

网友评论