Skip to content

Commit

Permalink
docs: delete wrong '/'
Browse files Browse the repository at this point in the history
  • Loading branch information
dungsil committed Oct 7, 2024
1 parent d8a81d9 commit 5ca058f
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](/documentation/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 5ca058f

Please sign in to comment.