@@ -79862,23 +79862,23 @@ interface <dfn>BarProp</dfn> {
79862
79862
79863
79863
<dl>
79864
79864
<dt>"<dfn data-x="coep-unsafe-none" data-export="" data-dfn-for="embedder policy value"><code
79865
- data-x="">unsafe-none</code>" </dfn></dt>
79865
+ data-x="">unsafe-none</code></dfn>" </dt>
79866
79866
<dd><p>This is the default value. When this value is used, cross-origin resources can be fetched
79867
79867
without giving explicit permission through the <span>CORS protocol</span> or the
79868
79868
`<code>Cross-Origin-Resource-Policy</code>` header.</p></dd>
79869
79869
79870
79870
<dt>"<dfn data-x="coep-require-corp" data-export="" data-dfn-for="embedder policy value"><code
79871
- data-x="">require-corp</code>" </dfn></dt>
79871
+ data-x="">require-corp</code></dfn>" </dt>
79872
79872
<dd><p>When this value is used, fetching cross-origin resources requires the server's
79873
79873
explicit permission through the <span>CORS protocol</span> or the
79874
79874
`<code>Cross-Origin-Resource-Policy</code>` header.</p></dd>
79875
79875
</dl>
79876
79876
79877
79877
<p>The `<code>Cross-Origin-Embedder-Policy</code>` and
79878
79878
`<code>Cross-Origin-Embedder-Policy-Report-Only</code>` HTTP response header fields allow a server
79879
- to declare an <span>embedder policy</span> for a <code>Document</code >. These headers are <span
79880
- data-x="http-structured-header">structured headers</span> whose values must be <span
79881
- data-x="http-structured-header-token">token</span>. The valid <span
79879
+ to declare an <span>embedder policy</span> for an <span>environment settings object</span >. These
79880
+ headers are <span data-x="http-structured-header">structured headers</span> whose values must be
79881
+ <span data-x="http-structured-header-token">token</span>. The valid <span
79882
79882
data-x="http-structured-header-token">token</span> values are the <span data-x="embedder policy
79883
79883
value">embedder policy values</span>. The token may also have attached <span
79884
79884
data-x="http-structured-header-parameters">parameters</span>; of these, the "<dfn
@@ -80046,7 +80046,8 @@ interface <dfn>BarProp</dfn> {
80046
80046
<var>target</var>:</p>
80047
80047
80048
80048
<ol>
80049
- <li><p>Return true if <var>target</var> is not a <span>child browsing context</span>.</p></li>
80049
+ <li><p>If <var>target</var> is not a <span>child browsing context</span>, then return
80050
+ true.</p></li>
80050
80051
80051
80052
<li><p>Let <var>responsePolicy</var> be the result of <span data-x="obtain an embedder
80052
80053
policy">obtaining an embedder policy</span> from <var>response</var>.</p></li>
0 commit comments