diff --git a/guide/english/certifications/information-security-and-quality-assurance/information-security-with-helmetjs/hide-potentially-dangerous-information-using-helmet.hidepoweredby/index.md b/guide/english/certifications/information-security-and-quality-assurance/information-security-with-helmetjs/hide-potentially-dangerous-information-using-helmet.hidepoweredby/index.md index 60c3bc8e20..41c2b3a2b6 100644 --- a/guide/english/certifications/information-security-and-quality-assurance/information-security-with-helmetjs/hide-potentially-dangerous-information-using-helmet.hidepoweredby/index.md +++ b/guide/english/certifications/information-security-and-quality-assurance/information-security-with-helmetjs/hide-potentially-dangerous-information-using-helmet.hidepoweredby/index.md @@ -3,8 +3,12 @@ title: Hide Potentially Dangerous Information Using helmet.hidePoweredBy() --- ## Hide Potentially Dangerous Information Using helmet.hidePoweredBy() -This is a stub. Help our community expand it. +### Hint -This quick style guide will help ensure your pull request gets accepted. +- You want your `app` to `use` the `helmet.hidePoweredBy()` method on each request. - +### Solution + +- In the `myApp.js` file, add `app.use(helmet.hidePoweredBy());` under the second instructions. + +**Note:** Be sure to submit the link to the **live demo** of your project.