Skip to content

Commit

Permalink
fix(server): remove useless http header
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentinTh committed Feb 1, 2022
1 parent 102de68 commit 3d1fbf6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ app.use(cookieParser());
app.use(compression());
app.use(helmet());

app.disable('x-powered-by');

const limiter = rateLimit({
windowMs: 15 * 60 * 1000,
max: 100,
Expand Down

0 comments on commit 3d1fbf6

Please sign in to comment.