Skip to content

Commit

Permalink
Address annevk@ comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurSonzogni committed Oct 20, 2021
1 parent 9485456 commit 0bb1a99
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -79911,10 +79911,8 @@ console.assert(iframeWindow.frameElement === null);
data-x="http-cross-origin-opener-policy">Cross-Origin-Opener-Policy</span>: <span
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>' header whose <span
data-x="embedder-policy-value">value</span> is <span>compatible with cross-origin
isolation</span>.</p></li>
<li><p>every <span>Document</span> has a `<code>Cross-Origin-Embedder-Policy</code>` header
whose value 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 @@ -82894,9 +82892,8 @@ interface <dfn interface>BarProp</dfn> {
data-x="http-cross-origin-opener-policy">Cross-Origin-Opener-Policy</code>` header, but results
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>` whose <span
data-x="embedder-policy-value">value</span> is <span>compatible with cross-origin
data-x="coop-same-origin">same-origin</span></code>` and a
`<code>Cross-Origin-Embedder-Policy</code>` whose value is <span>compatible with cross-origin
isolation</span> together.<p>
</dd>
</dl>
Expand Down Expand Up @@ -84044,8 +84041,8 @@ interface <dfn interface>BarProp</dfn> {

<h3 id="coep">Cross-origin embedder policies</h3>

<p>An <dfn export>embedder policy value</dfn> controls the fetching of cross-origin resources
without explicit permission from resource owners. There are three such string values:</p>
<p>An <dfn export>embedder policy value</dfn> is one of three string that controls the fetching of
cross-origin resources without explicit permission from resource owners.</p>

<dl>
<dt>"<dfn data-x="coep-unsafe-none" export for="embedder policy value"><code
Expand Down

0 comments on commit 0bb1a99

Please sign in to comment.