disable helmet

main
Cogent Apps 2023-03-18 16:11:22 -07:00 committed by GitHub
parent 5a88dfc435
commit eeae29da16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -50,8 +50,8 @@ export default class ChatServer {
}
async initialize() {
const { default: helmet } = await import('helmet');
this.app.use(helmet());
//const { default: helmet } = await import('helmet');
//this.app.use(helmet());
this.app.use(express.urlencoded({ extended: false }));