- From: bvandersloot-mozilla <notifications@github.com>
- Date: Mon, 10 Mar 2025 12:08:05 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 10 March 2025 19:08:08 UTC
@bvandersloot-mozilla commented on this pull request.
> <li><p>If <var>url</var>'s <a for=url>origin</a> is not <a>same origin</a> with
<var>lastURL</var>'s <a for=url>origin</a> and <var>request</var>'s <a for=request>origin</a> is
- not <a>same origin</a> with <var>lastURL</var>'s <a for=url>origin</a>, then return true.
+ not <a>same origin</a> with <var>lastURL</var>'s <a for=url>origin</a>,
+ then let <var>crossOriginTaint</var> be "<code>Cross-Origin</code>"..
I'm going to redefine the enum to match `Sec-Fetch-Site`, omitting `none`. That would make this `same-site`, yes.
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1807#discussion_r1987870199
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/fetch/pull/1807/review/2671954165@github.com>
Received on Monday, 10 March 2025 19:08:08 UTC