kwhinnery / todomvc-plusplus

TodoMVC++ Sample Application
MIT License
93 stars 148 forks source link

Remove the 'X-Powered-By: Express' HTTP response header #10

Closed JamesMGreene closed 8 years ago

JamesMGreene commented 8 years ago

Fixes #2

gantoine commented 8 years ago

👍

pertrai1 commented 8 years ago

👍

JamesMGreene commented 8 years ago

FYI, for those interested: http://expressjs.com/en/4x/api.html#app.set

kwhinnery commented 8 years ago

👍

JamesMGreene commented 8 years ago

As mentioned by someone in the room, we could have also used app.disable instead: http://expressjs.com/en/4x/api.html#app.disable