Information Security with HelmetJS - Hide Potentially Dangerous Information Using helmet.hidePoweredBy()

Tell us what’s happening:

Already inputted what is asked but I get it wrong:
// Use helmet middleware
app.use(helmet());

// Use hidePoweredBy middleware
app.use(helmet.hidePoweredBy());
// running tests
helmet.hidePoweredBy() middleware should be mounted correctly
// tests completed

Your project link(s)

solution: https://boilerplate-infosec--drunkbetch503.repl.co

Your browser information:

User Agent is: Mozilla/5.0

Challenge Information:

Information Security with HelmetJS - Hide Potentially Dangerous Information Using helmet.hidePoweredBy()

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.