Skip to content

Commit 3a82faf

Browse files
Pass a top-level navigation initiator origin to Fetch
To un-logjam the cookie layering work, I've started whatwg/fetch#1807. That depends on this info to be piped into Fetch so we can actually specify in WHATWG what SameSite=Strict means. This patch plumbs that through on top-level navigatable fetches. This doesn't build because it relies upon the corresponding patch in Fetch. Let me know to land these.
1 parent f27a993 commit 3a82faf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102636,6 +102636,11 @@ location.href = '#foo';</code></pre>
102636102636
<dt><span data-x="concept-request-referrer-policy">referrer policy</span></dt>
102637102637
<dd><var>entry</var>'s <span data-x="she-document-state">document state</span>'s <span
102638102638
data-x="document-state-request-referrer-policy">request referrer policy</span></dd>
102639+
102640+
<dt><span data-x="concept-request-navigation-initiator-origin">navigation initiator origin</span></dt>
102641+
<dd><var>entry</var>'s <span data-x="she-document-state">document state</span>'s <span
102642+
data-x="document-state-initiator-origin">initiator origin</span> if <var>navigable</var> is a <span>top-level traversable</span>,
102643+
null otherwise.</dd>
102639102644
</dl>
102640102645
</li>
102641102646

0 commit comments

Comments
 (0)