Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlock committed Nov 1, 2024
1 parent 0bc1240 commit 62e048a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public void Configure(IApplicationBuilder app)
This adds the following headers to all responses that pass through the middleware:

* `X-Content-Type-Options: nosniff`
* `Strict-Transport-Security: max-age=31536000; includeSubDomains` - _only applied to HTTPS responses_
* `Strict-Transport-Security: max-age=31536000;` - _only applied to HTTPS responses_
* `X-Frame-Options: Deny`
* `Referrer-Policy: strict-origin-when-cross-origin`
* `Content-Security-Policy: object-src 'none'; form-action 'self'; frame-ancestors 'none'`
Expand Down

0 comments on commit 62e048a

Please sign in to comment.