Skip to content

Commit

Permalink
Fix non-fetch-scheme-params-initiator-origin assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
domfarolino committed Jul 18, 2023
1 parent d76e077 commit 3f5118b
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -98195,11 +98195,18 @@ location.href = '#foo';</code></pre>
data-x="policy-container-csp-list">CSP list</span>'s <span>CSP-derived sandboxing
flags</span>.</p></li>

<li><p>Set <var>responseOrigin</var> to the result of <span>determining the origin</span>
given <var>response</var>'s <span data-x="concept-response-url">URL</span>,
<var>finalSandboxFlags</var>, and <var>entry</var>'s <span
data-x="she-document-state">document state</span>'s <span
data-x="document-state-initiator-origin">initiator origin</span>.</p></li>
<li>
<p>Set <var>responseOrigin</var> to the result of <span>determining the origin</span> given
<var>response</var>'s <span data-x="concept-response-url">URL</span>,
<var>finalSandboxFlags</var>, and <var>entry</var>'s <span
data-x="she-document-state">document state</span>'s <span
data-x="document-state-initiator-origin">initiator origin</span>.</p>

<p class="note">If <var>response</var> is a redirect, then <var>response</var>'s <span
data-x="concept-response-url">URL</span> will be the URL that led to the redirect to
<var>response</var>'s <span data-x="concept-response-location-url">location URL</span>; it
will not be the <span data-x="concept-response-location-url">location URL</span> itself.</p>
</li>

<li>
<p>If <var>navigable</var> is a <span>top-level traversable</span>, then:</p>
Expand Down Expand Up @@ -98410,7 +98417,7 @@ location.href = '#foo';</code></pre>
transient activation</span></dd>

<dt><span data-x="non-fetch-scheme-params-initiator-origin">initiator origin</span></dt>
<dd><span data-x="concept-url-origin">origin</span></dd>
<dd><var>responseOrigin</var></dd>

<dt><span data-x="non-fetch-scheme-params-nav-timing-type">navigation timing type</span></dt>
<dd><var>navTimingType</var></dd>
Expand Down

0 comments on commit 3f5118b

Please sign in to comment.