Changeset 2513904
- Timestamp:
- 04/13/2021 08:27:03 AM (5 years ago)
- Location:
- secure-http-headers
- Files:
-
- 2 edited
-
tags/1.0/README.txt (modified) (1 diff)
-
trunk/README.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
secure-http-headers/tags/1.0/README.txt
r2513803 r2513904 48 48 8. Cross-Origin-Embedder-Policy - helps to prevent a document from loading any cross-origin resources that don't explicitly grant the document permission 49 49 50 9. Permissions-Policy - helps to allow and deny the use of browser features in its own frame, and in content within any <iframe>elements in the document50 9. Permissions-Policy - helps to allow and deny the use of browser features in its own frame, and in content within any iframe elements in the document 51 51 52 52 10. Cross-Origin-Opener-Policy - helps to protect websites against a set of cross-origin attacks dubbed XS-Leaks -
secure-http-headers/trunk/README.txt
r2513803 r2513904 48 48 8. Cross-Origin-Embedder-Policy - helps to prevent a document from loading any cross-origin resources that don't explicitly grant the document permission 49 49 50 9. Permissions-Policy - helps to allow and deny the use of browser features in its own frame, and in content within any <iframe>elements in the document50 9. Permissions-Policy - helps to allow and deny the use of browser features in its own frame, and in content within any iframe elements in the document 51 51 52 52 10. Cross-Origin-Opener-Policy - helps to protect websites against a set of cross-origin attacks dubbed XS-Leaks
Note: See TracChangeset
for help on using the changeset viewer.