From 026fa466a9baccd24142c3f0f1281082a12fbe8a Mon Sep 17 00:00:00 2001 From: CharmedSatyr Date: Thu, 27 Sep 2018 06:03:22 -0500 Subject: [PATCH] fix(introductions): fix 'unintentially' spelling in HelmetJS intro (#253) * fix(introductions): fix 'unintentially' spelling in HelmetJS intro * fix(introductions): fix 'unintentially' spelling in HelmetJS intro --- .../information-security-with-helmetjs/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 18cd00359a7..0b092c64b06 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,9 +5,8 @@ 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. +HelmetJS is a type of middleware for Express-based applications that automatically sets HTTP headers to prevent sensitive information from unintentionally 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! -