- From: Noam Rosenthal <notifications@github.com>
- Date: Sun, 13 Feb 2022 00:12:06 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 13 February 2022 08:12:19 UTC
@noamr commented on this pull request. > <li><p>Let <var>values</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>values</var> <a for=list>contains</a> "<code>*</code>", then return success. - <li><p>If <var>values</var> <a for=list>contains</a> the result of - <a>serializing a request origin</a> with <var>request</var>, then return success. + <li><p>If <var>values</var> <a for=list>contains</a> <var>origin</var>, then return success. Changing it to be an ASCII string, as I need to use `serialize origin from request` -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1388#discussion_r805297519 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1388/review/880949675@github.com>
Received on Sunday, 13 February 2022 08:12:19 UTC