Skip to content

Commit

Permalink
Explain X-XSS-Protection:0 recommendation (#769)
Browse files Browse the repository at this point in the history
  • Loading branch information
valentijnscholten authored Oct 23, 2021
1 parent 75167b5 commit 167f3d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cheatsheets/HTTP_Headers_Cheat_Sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ The HTTP `X-XSS-Protection` response header is a feature of Internet Explorer, C
Do not set this header or explicitly turn it off.
> `X-XSS-Protection: 0`
Please read [X-XSS_Protection should be disabled](https://github.com/OWASP/CheatSheetSeries/master/cheatsheets/Cross_Site_Scripting_Prevention_Cheat_Sheet.md#x-xss-protection-header) for details.

### X-Content-Type-Options

The `X-Content-Type-Options` response HTTP header is used by the server to prevent browsers from guessing the media type ( MIME type).
Expand Down

0 comments on commit 167f3d1

Please sign in to comment.