Skip to content

Commit

Permalink
Merge pull request #530 from dungsil/patch-1
Browse files Browse the repository at this point in the history
docs: fix broken links
  • Loading branch information
Baroshem authored Oct 7, 2024
2 parents 6005b46 + 5ca058f commit f7d989c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ These settings enforce two additional security measures in relation to iframes:
1. You will only be able to embed external frames that are individually whitelisted in the `frame-src` directive
2. Any such frame will be cross-origin isolated, due to the application of the `require-corp` COEP value

Cross-origin isolation requires the embedded frame to be delivered with matching COEP/COOP headers. Your browser's Developer Tools will tell you if it's not the case. Please refer to [Cross-Origin Isolation Issues](/headers/crossoriginembedderpolicy/#cross-origin-isolation-issues) for remediation solutions.
Cross-origin isolation requires the embedded frame to be delivered with matching COEP/COOP headers. Your browser's Developer Tools will tell you if it's not the case. Please refer to [Cross-Origin Isolation Issues](/documentation/headers/crossoriginembedderpolicy#cross-origin-isolation-issues) for remediation solutions.

### Enforcing a Stricter HSTS Policy

Expand Down

0 comments on commit f7d989c

Please sign in to comment.