- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 17 Mar 2022 06:04:30 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 17 March 2022 13:04:41 UTC
@annevk commented on this pull request. > + <p>Otherwise, if <var>response</var>'s <a for=response>URL</a>'s <a for=url>scheme</a> is + "<code>https</code>", then set <var>response</var>'s <a for=response>timing info</a>'s + <a for="fetch timing info">server timing headers</a> to the result of + <a for="header list">getting, decoding, and splitting</a> `<code>Server-Timing</code>` from + <var>response</var>'s <a for=response>header list</a>. + + <p>The user agent may decides to expose `<code>Server-Timing</code>` headers to + "<code>http</code>" requests as well. This should be a secure context check of sorts as these headers are fine on `localhost`. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1406#pullrequestreview-913108857 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1406/review/913108857@github.com>
Received on Thursday, 17 March 2022 13:04:41 UTC