From 42f274b665b355ba4a9efd741e4634a89873a2ab Mon Sep 17 00:00:00 2001
From: Tom <20648924+moT01@users.noreply.github.com>
Date: Mon, 11 Feb 2019 14:26:26 -0600
Subject: [PATCH] Fill in stub for infosec "helmet.hidePoweredBy()" (#34102)
---
.../index.md | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
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.