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
pull/18188/head
CharmedSatyr 2018-09-27 06:03:22 -05:00 committed by Mrugesh Mohapatra
parent 222acd4f15
commit 026fa466a9
1 changed files with 1 additions and 2 deletions

View File

@ -5,9 +5,8 @@ superBlock: Information Security and Quality Assurance
--- ---
## Introduction to Information Security with HelmetJS Challenges ## 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. 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 <a rel='noopener noreferrer' target='_blank' href='https://glitch.com/#!/import/github/freeCodeCamp/boilerplate-infosec/'>this link</a> or clone <a rel='noopener noreferrer' target='_blank' href='https://github.com/freeCodeCamp/boilerplate-infosec/'>this repository</a> on GitHub! If you use Glitch, remember to save the link to your project somewhere safe! Start this project on Glitch using <a rel='noopener noreferrer' target='_blank' href='https://glitch.com/#!/import/github/freeCodeCamp/boilerplate-infosec/'>this link</a> or clone <a rel='noopener noreferrer' target='_blank' href='https://github.com/freeCodeCamp/boilerplate-infosec/'>this repository</a> on GitHub! If you use Glitch, remember to save the link to your project somewhere safe!