forked from FoundKeyGang/FoundKey
✌️
This commit is contained in:
parent
7f19822b65
commit
9e81fbd037
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ app.disable('x-powered-by');
|
|||
|
||||
// Drop request that without 'Host' header
|
||||
app.use((req, res, next) => {
|
||||
if (!req.headers.host) {
|
||||
if (!req.headers['host']) {
|
||||
res.sendStatus(400);
|
||||
} else {
|
||||
next();
|
||||
|
|
Loading…
Reference in a new issue