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
<p>Several recommendations above suggest that developers would be well-served to set headers like <code>X-Frame-Options: ALLOWALL</code> or <code>Cross-Origin-Opener-Policy: unsafe-none</code> on responses. These
2399
+
map to the web’s status quo behavior, and seem therefore superfluous. Why should developers
2400
+
set them?</p>
2401
+
<p>The core reason is that these defaults are poor fits for today’s threats, and we ought to be working
2402
+
to change them. Proposals like <adata-link-type="biblio" href="#biblio-embedding-requires-opt-in">[EMBEDDING-REQUIRES-OPT-IN]</a> and <adata-link-type="biblio" href="#biblio-coop-by-default">[COOP-BY-DEFAULT]</a> suggest that
2403
+
we shift the web’s defaults away from requiring developers to opt-into more secure behaviors by
2404
+
making them opt-out rather than opt-in. This would place the configuration cost on those developers
2405
+
whose projects require risky settings.</p>
2406
+
<p>This document recommends setting those less-secure header values explicitly, as that makes it more
2407
+
likely that we’ll be able to shift the web’s defaults in the future.</p>
<dd>Artur Janc. <ahref="https://arturjanc.com/coi-threat-model.pdf">Notes on the threat model of cross-origin isolation</a>. 2020-12. URL: <ahref="https://arturjanc.com/coi-threat-model.pdf">https://arturjanc.com/coi-threat-model.pdf</a>
2629
+
<dtid="biblio-coop-by-default">[COOP-BY-DEFAULT]
2630
+
<dd>Mike West. <ahref="https://github.com/mikewest/coop-by-default">COOP By Default</a>. URL: <ahref="https://github.com/mikewest/coop-by-default">https://github.com/mikewest/coop-by-default</a>
2612
2631
<dtid="biblio-coop-coep">[COOP-COEP]
2613
2632
<dd>Eiji Kitamura. <ahref="https://web.dev/coop-coep/">Making your website 'cross-origin isolated' using COOP and COEP</a>. URL: <ahref="https://web.dev/coop-coep/">https://web.dev/coop-coep/</a>
0 commit comments