helmetjs / helmet

Help secure Express apps with various HTTP headers

Home Page:https://helmetjs.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

X-Powered-By is not being removed from the haeder in default mode

vanimarcos opened this issue · comments

Considering that we have app file the code : app.use(helmet()); the X-Powered-By value still appears in the header

Sorry you're running into this.

Could you create a sample app that reproduces this problem?

The problem was with my code.