Skip to content

Commit f8eba9b

Browse files
committed
Limit server-timing to https
1 parent ce60912 commit f8eba9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fetch.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4299,7 +4299,8 @@ steps:
42994299
<a for="fetch params">timing info</a>.</p></li>
43004300
</ol>
43014301
</li>
4302-
<li><p>Otherwise, set <var>response</var>'s <a for=response>timing info</a>'s
4302+
<li><p>Otherwise, if <var>response</var>'s <a for=response>URL</a>'s <a for=url>scheme</a> is
4303+
"<code>https</code>", then set <var>response</var>'s <a for=response>timing info</a>'s
43034304
<a for="fetch timing info">server timing headers</a> to the result of
43044305
<a for="header list">getting, decoding, and splitting</a> `<code>Server-Timing</code>` from
43054306
<var>response</var>'s <a for=response>header list</a>.</p></li>

0 commit comments

Comments
 (0)