Skip to content

Commit

Permalink
Nit
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurSonzogni committed Oct 13, 2021
1 parent 815311b commit 6f79635
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -79866,8 +79866,9 @@ console.assert(iframeWindow.frameElement === null);
data-x="coop-same-origin">same-origin</span></code>`, and</p></li>

<li><p>every <span>Document</span> has a `<code data-x="embedder policy
value">Cross-Origin-Embedder-Policy</code>'s <span data-x="embedder-policy-value">value</span>
<span>compatible with cross-origin isolation</span>.</p></li>
value">Cross-Origin-Embedder-Policy</code>' header whose <span
data-x="embedder-policy-value">value</span> is <span>compatible with cross-origin
isolation</span>.</p></li>
</ul>

<p>On some platforms, it is difficult to provide the security properties required to grant safe
Expand Down Expand Up @@ -82848,8 +82849,9 @@ interface <dfn interface>BarProp</dfn> {
from a combination of setting both `<code data-x=""><span
data-x="http-cross-origin-opener-policy">Cross-Origin-Opener-Policy</span>: <span
data-x="coop-same-origin">same-origin</span></code>` and a `<code data-x="embedder policy
value">Cross-Origin-Embedder-Policy</code>` <span data-x="embedder-policy-value">value</span>
<span>compatible with cross-origin isolation</span> together.<p>
value">Cross-Origin-Embedder-Policy</code>` whose <span
data-x="embedder-policy-value">value</span> is <span>compatible with cross-origin
isolation</span> together.<p>
</dd>
</dl>

Expand Down

0 comments on commit 6f79635

Please sign in to comment.