File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,6 +72,9 @@ Secure Headers supports many critical HTTP security headers. Below is a list of
7272- [ Cross-Origin-Opener-Policy] ( ./headers/cross_origin_opener_policy.md )
7373 Prevent attackers from accessing your global objects via cross-origin documents.
7474
75+ - [ Cross-Origin-Resource-Policy] ( ./headers/cross-origin-resource-policy.md )
76+ Declare which origins can load your resources to prevent unintended data leaks.
77+
7578- [ Custom Headers] ( ./headers/custom_header.md )
7679 Define and manage custom HTTP headers for advanced configurations.
7780
@@ -93,6 +96,12 @@ Secure Headers supports many critical HTTP security headers. Below is a list of
9396- [ X-Frame-Options] ( ./headers/x_frame_options.md )
9497 Protect against clickjacking by controlling whether your content can be framed.
9598
99+ - [ X-DNS-Prefetch-Control] ( ./headers/dns_prefetch_control.md )
100+ Control DNS prefetching to avoid leaking outbound link information.
101+
102+ - [ X-Permitted-Cross-Domain-Policies] ( ./headers/x-permitted-cross-domain-policies.md )
103+ Limit legacy cross-domain policy files for Flash/Silverlight compatibility.
104+
96105---
97106
98107## 📚 Additional Resources
You can’t perform that action at this time.
0 commit comments