- From: Noam Rosenthal <notifications@github.com>
- Date: Mon, 14 Feb 2022 01:19:18 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 14 February 2022 09:19:31 UTC
@noamr commented on this pull request. > @@ -6008,14 +6033,24 @@ agent's <a>CORS-preflight cache</a> for which there is a <a>cache entry match</a <li><p>If <var>request</var>'s <a for=request>response tainting</a> is "<code>basic</code>", then return success. + <li><p>Let <var>origin</var> be the result of <a>serializing a request origin</a> with + <var>request</var>. + + <li><p>Return the result of calling <a>TAO origin check</a> with <var>response</var> and + <var>origin</var>. +</ol> + +<p>To perform a <dfn id=concept-tao-origin-check>TAO origin check</dfn> for a <a for=/>response</a> +<var>response</var> and an <a for=/>ASCII string</a> <var>origin</var> and, run these steps: Fixed -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1388#discussion_r805641028 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1388/review/881347515@github.com>
Received on Monday, 14 February 2022 09:19:31 UTC