Skip to content

Commit eb9a8ef

Browse files
committed
docs: add Cross-Origin-Resource-Policy and additional security headers to documentation
1 parent 25c5da7 commit eb9a8ef

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)