반응형
https://www.npmjs.com/package/helmet
helmet
help secure Express/Connect apps with various HTTP headers. Latest version: 6.0.1, last published: 2 months ago. Start using helmet in your project by running `npm i helmet`. There are 3526 other projects in the npm registry using helmet.
www.npmjs.com
npm install helmet
const express = require("express");
const helmet = require("helmet");
const app = express();
app.use(helmet());
반응형
'Node.Js' 카테고리의 다른 글
[Node.js] 크롬 JSON Viewer 설치 (0) | 2023.01.14 |
---|---|
[Node.js] mainRouter.js (0) | 2023.01.14 |
[Node.js] mac에서 supervisor 설치 시, command not found 에러 (0) | 2023.01.14 |
[Node.js] Express 사용하여 서버 실행 (0) | 2023.01.14 |
[Node.js] 폴더 생성과 구조 (0) | 2023.01.13 |