Re: [whatwg/fetch] Add TAO destination check for navigation redirect chains (PR #1931)

@yoavweiss commented on this pull request.



> +
+ <li><p>Let <var>taoValues</var> be the result of
+ <a for="header list">getting, decoding, and splitting</a> `<code>Timing-Allow-Origin</code>` from
+ <var>response</var>'s <a for=response>header list</a>.
+
+ <li><p>If <var>taoValues</var> is null, then set <var>taoValues</var> to « ».
+
+ <li><p><a for=list>Append</a> <var>taoValues</var> to <var>request</var>'s
+ <a for=request>navigation timing allow check list</a>.
+</ol>
+</div>
+
+<div algorithm>
+<p>To perform a <dfn export id=concept-navigation-tao-check>navigation TAO check</dfn> for a
+<a for=/>response</a> <var>response</var> and an <a for=/>origin</a>
+<var>destinationOrigin</var>, run these steps:

done

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1931#discussion_r3466016010
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/pull/1931/review/4560885668@github.com>

Received on Wednesday, 24 June 2026 09:30:42 UTC