Skip to content

Commit

Permalink
Linked to docs files for some of the supported headers
Browse files Browse the repository at this point in the history
  • Loading branch information
GaProgMan committed Dec 27, 2024
1 parent 55353ed commit 711ca59
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@ This project is a work-in-progress, and headers will be added inline with Owasp

The following list displays the status of all the current (as of Dec 27th, 2024) recommended headers:

- [] Strict-Transport-Security
- [] X-Frame-Options
- [] X-Content-Type-Options
- [] [Strict-Transport-Security]
- [] [X-Frame-Options]
- [] [X-Content-Type-Options]
- [] Content-Security-Policy
- [] X-Permitted-Cross-Domain-Policies
- [] Referrer-Policy
- [] [X-Permitted-Cross-Domain-Policies]
- [] [Referrer-Policy]
- [] Cross-Origin-Resource-Policy
- [] Cache-Control
- [] [Cache-Control]
- [] Clear-Site-Data
- [] Cross-Origin-Opener-Policy
- [] Cross-Origin-Embedder-Policy
Expand Down Expand Up @@ -126,3 +126,9 @@ The `web.config` file will need to be copied to the server when the application
[Configuration]: https://gaprogman.github.io/OwaspHeaders.Core/configuration/
[this answer on ServerFault]: https://serverfault.com/a/1020784
[OWASP Secure Headers List]: https://owasp.org/www-project-secure-headers/#div-headers
[Strict-Transport-Security]: ./configuration/Strict-Transport-Security/
[X-Frame-Options]: ./configuration/X-Frame-Options/
[X-Content-Type-Options]: ./configuration/X-Content-Type-Options/
[X-Permitted-Cross-Domain-Policies]: ./configuration/X-Permitted-Cross-Domain-Policies/
[Referrer-Policy]: ./configuration/Referrer-Policy/
[Cache-Control]: ./configuration/Cache-Control/

0 comments on commit 711ca59

Please sign in to comment.