some one else also had the same problem, i mean seems very easy i have tried all different variations and i still get error
its the line 6 of the following exercise :
Information Security with HelmetJS - Prevent IE from Opening Untrusted HTML with helmet.ieNoOpen()
Tell us what’s happening:
// running tests
helmet.ieNoOpen() middleware should be mounted correctly
// tests completed
Your code so far
const ieNoOpen = require(‘ienoopen’)
app.use(helmet.ieNoOpen())
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36.
Challenge: Prevent IE from Opening Untrusted HTML with helmet.ieNoOpen()
Link to the challenge:
