From 6a7b1de55c4b942642ca838d65d811b2bbf3e7a5 Mon Sep 17 00:00:00 2001 From: CharmedSatyr Date: Thu, 12 Jul 2018 12:06:11 -0500 Subject: [PATCH] grammar, spacing, spelling fixes --- .../information-security-with-helmetjs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/learn/src/introductions/information-security-and-quality-assurance/information-security-with-helmetjs/index.md b/packages/learn/src/introductions/information-security-and-quality-assurance/information-security-with-helmetjs/index.md index a6adb21edf..3595d99313 100644 --- a/packages/learn/src/introductions/information-security-and-quality-assurance/information-security-with-helmetjs/index.md +++ b/packages/learn/src/introductions/information-security-and-quality-assurance/information-security-with-helmetjs/index.md @@ -5,5 +5,5 @@ superBlock: Information Security and Quality Assurance --- ## Introduction to Information Security with HelmetJS Challenges -HelmetJS is a type of middleware for Express-based applications that automatically sets HTTP headers to prevent sensitive information from unintentially being passed between the server and client. While HelmetJS does not account for all situations, it does include support for common ones like Content Security Policy, XSS Filtering, and HTTP Strict Transport Security, among others. HelmetJS can be installed on an Express project from npm, after which each layer of protection can be configured to best fit the project.

Working on these challenges will involve you writing your code on Glitch on our starter project. After completing each challenge you can copy your public glitch url (to the homepage of your app) into the challenge screen to test it! Optionally you may choose to write your project on another platform but it must be publicaly visible for our testing.
Start this project on Glitch using this link or clone this repository on GitHub! If you use Glitch, remember to save the link to your project somewhere safe! +HelmetJS is a type of middleware for Express-based applications that automatically sets HTTP headers to prevent sensitive information from unintentially being passed between the server and client. While HelmetJS does not account for all situations, it does include support for common ones like Content Security Policy, XSS Filtering, and HTTP Strict Transport Security, among others. HelmetJS can be installed on an Express project from npm, after which each layer of protection can be configured to best fit the project.

Working on these challenges will involve you writing your code on Glitch on our starter project. After completing each challenge, you can copy your public Glitch url (to the homepage of your app) into the challenge screen to test it! Optionally, you may choose to write your project on another platform, but it must be publicly visible for our testing.

Start this project on Glitch using this link or clone this repository on GitHub! If you use Glitch, remember to save the link to your project somewhere safe!