Skip to content

Commit

Permalink
Add note about default middlewares
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn committed Mar 5, 2015
1 parent a6ee110 commit 9a2e0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -48,7 +48,7 @@ Helmet is really just a collection of 9 smaller middleware functions:
- [frameguard](https://github.com/helmetjs/frameguard) to prevent clickjacking
- [xssFilter](https://github.com/helmetjs/x-xss-protection) adds some small XSS protections

Running `app.use(helmet())` will include 7 of the 9, leaving out `contentSecurityPolicy` and `noCache`. You can also use each module individually, as documented below.
Running `app.use(helmet())` will include 7 of the 10, leaving out `contentSecurityPolicy`, `hpkp`, and `noCache`. You can also use each module individually, as documented below.

Usage guide
-----------
Expand Down

0 comments on commit 9a2e0e6

Please sign in to comment.