Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.

Commit 70af7cc

Browse files
authored
Merge branch 'production' into alpha
2 parents d02ea50 + dbb05da commit 70af7cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

shared/middlewares/security.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
// @flow
12
const hpp = require('hpp');
23
const helmet = require('helmet');
34

5+
// $FlowFixMe
46
function securityMiddleware(server) {
57
// Don't expose any software information to hackers.
68
server.disable('x-powered-by');

0 commit comments

Comments
 (0)