Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Whitespace tweaks
  • Loading branch information
domenic committed Oct 20, 2020
1 parent 7fe3708 commit e2f7025
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions source
Expand Up @@ -80894,17 +80894,12 @@ interface <dfn>BarProp</dfn> {
true.</p>

<p class="note">"<code data-x="coop-same-origin-plus-COEP">same-origin-plus-COEP</code>" cannot
be directly set via the
`<code 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
`<code data-x="">
<span>Cross-Origin-Embedder-Policy</span>:
<span data-x="coep-require-corp">require-corp</span>
</code>` together.</p>
be directly set via the `<code
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 `<code
data-x=""><span>Cross-Origin-Embedder-Policy</span>: require-corp</code>` together.</p>
</dd>
</dl>

Expand Down Expand Up @@ -93624,11 +93619,10 @@ interface mixin <dfn>WindowOrWorkerGlobalScope</dfn> {

<dt>self . <code subdfn data-x="dom-crossOriginIsolated">crossOriginIsolated</code></dt>
<dd><p>Returns whether scripts running in this global are allowed to use APIs that require
cross-origin isolation. This depends on the
`<code data-x="http-cross-origin-opener-policy">Cross-Origin-Opener-Policy</code>` and
`<code>Cross-Origin-Embedder-Policy</code>` HTTP response headers and the
"<code data-x="cross-origin-isolated-feature">cross-origin-isolated </code>" feature.
</p></dd>
cross-origin isolation. This depends on the `<code
data-x="http-cross-origin-opener-policy">Cross-Origin-Opener-Policy</code>` and
`<code>Cross-Origin-Embedder-Policy</code>` HTTP response headers and the "<code
data-x="cross-origin-isolated-feature">cross-origin-isolated</code>" feature.</p></dd>
</dl>

<div class="example">
Expand Down Expand Up @@ -118276,8 +118270,8 @@ interface <dfn>External</dfn> {
</dl>


<h3>`<dfn http-header><code data-x="http-cross-origin-opener-policy"> Cross-Origin-Opener-Policy
</code></dfn>`</h3>
<h3>`<dfn http-header><code
data-x="http-cross-origin-opener-policy">Cross-Origin-Opener-Policy</code></dfn>`</h3>

<p>This section describes a header for registration in the Permanent Message Header Field
Registry. <ref spec=RFC3864></p>
Expand Down

0 comments on commit e2f7025

Please sign in to comment.