Closed mattjay closed 9 years ago
@ProZachJ - Sanity check me that its ok that I stuck all these app.use(helmet.whatever()) on the top of the middleware list. I tried it on the bottom but they didn't work.
Fixes #79
@mattjay looks like I've got this passing. Do you want to go ahead and merge it or did you have some additional tasks you wanted to complete first?
this is now deployed on http://strider.vicetek.com:8888/
closing this duplicate ticket. merged to master in #89
Helmet required in server.js Added to list of dependencies in package.json Added X-Frame-Options:SAMEORIGIN Added X-XSS-Protection:1; mode=block Suppressed the X-Powered-By: Express header