mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-04 08:40:07 -06:00
hsts:false
This commit is contained in:
1
server/.gitignore
vendored
1
server/.gitignore
vendored
@@ -8,3 +8,4 @@ coverage
|
||||
.clinic
|
||||
node_modules
|
||||
.vscode/*
|
||||
public
|
||||
@@ -321,7 +321,11 @@ const startApp = async () => {
|
||||
})
|
||||
);
|
||||
app.use(express.json());
|
||||
app.use(helmet());
|
||||
app.use(
|
||||
helmet({
|
||||
hsts: false,
|
||||
})
|
||||
);
|
||||
app.use(
|
||||
compression({
|
||||
level: 6,
|
||||
|
||||
Reference in New Issue
Block a user