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

@yoavweiss commented on this pull request.



> +<ol>
+ <li><p><a for=/>Assert</a>: <var>request</var> is a <a>navigation request</a>.
+
+ <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

removed

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

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

Received on Wednesday, 24 June 2026 09:33:26 UTC