From f8eba9bf580b201027cf5f5acc92d157d10fd47c Mon Sep 17 00:00:00 2001 From: Noam Rosenthal Date: Mon, 14 Mar 2022 15:03:31 +0200 Subject: [PATCH] Limit server-timing to https --- fetch.bs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fetch.bs b/fetch.bs index ed135b6ce..345f85951 100644 --- a/fetch.bs +++ b/fetch.bs @@ -4299,7 +4299,8 @@ steps: timing info.

-
  • Otherwise, set response's timing info's +

  • Otherwise, if response's URL's scheme is + "https", then set response's timing info's server timing headers to the result of getting, decoding, and splitting `Server-Timing` from response's header list.