You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/content/1.documentation/5.advanced/7.improve-security.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -227,7 +227,7 @@ These settings enforce two additional security measures in relation to iframes:
227
227
1. You will only be able to embed external frames that are individually whitelisted in the `frame-src` directive
228
228
2. Any such frame will be cross-origin isolated, due to the application of the `require-corp` COEP value
229
229
230
-
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.
230
+
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.
0 commit comments