Tell us what’s happening:
I already add app.use(helmet.hidePoweredBy()); in the myApp.js why it says helmet.hidePoweredBy() middleware should be mounted correctly
const express = require(‘express’);
const app = express();
const helmet = require(‘helmet’); // Add this line
app.use(helmet.hidePoweredBy());
###Your project link(s)
solution: https://3000-freecodecam-boilerplate-p2v8iihg3rn.ws-us117.gitpod.io
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36
Challenge Information:
Information Security with HelmetJS - Hide Potentially Dangerous Information Using helmet.hidePoweredBy()