Skip to content

Commit

Permalink
update 14.4.6 description (OWASP#861)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elar Lang committed Oct 25, 2021
1 parent 093ad09 commit 76a78dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 4.0/en/0x22-V14-Config.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Configurations for production should be hardened to protect against common attac
| **14.4.3** | Verify that a Content Security Policy (CSP) response header is in place that helps mitigate impact for XSS attacks like HTML, DOM, JSON, and JavaScript injection vulnerabilities. |||| 1021 |
| **14.4.4** | Verify that all responses contain a X-Content-Type-Options: nosniff header. |||| 116 |
| **14.4.5** | Verify that a Strict-Transport-Security header is included on all responses and for all subdomains, such as Strict-Transport-Security: max-age=15724800; includeSubdomains. |||| 523 |
| **14.4.6** | Verify that a suitable "Referrer-Policy" header is included, such as "no-referrer" or "same-origin". |||| 116 |
| **14.4.6** | Verify that a suitable Referrer-Policy header is included to avoid exposing sensitive information in the URL through the Referer header to untrusted parties. |||| 116 |
| **14.4.7** | Verify that the content of a web application cannot be embedded in a third-party site by default and that embedding of the exact resources is only allowed where necessary by using suitable Content-Security-Policy: frame-ancestors and X-Frame-Options response headers. |||| 346 |

## V14.5 HTTP Request Header Validation
Expand Down

0 comments on commit 76a78dd

Please sign in to comment.