Information Security with HelmetJS - Install and Require Helmet

Is Helment an app? I’m comfused on what i should do this on this.

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Mobile Safari/537.36

Challenge Information:

Information Security with HelmetJS - Install and Require Helmet

It is a middleware library for Express used to control server headers. You use it like any other middleware in Express.

https://helmetjs.github.io/

The challenge is using the require method of bringing in libraries and it is for an older version of Helmet so some of the APIs in the docs are different.

All you are asked to do in the step is to bring in Helmet using require() (just like how it is done with Express).

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