Skip to content

Commit

Permalink
Limit server-timing to https
Browse files Browse the repository at this point in the history
  • Loading branch information
noamr committed Mar 14, 2022
1 parent ce60912 commit f8eba9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4299,7 +4299,8 @@ steps:
<a for="fetch params">timing info</a>.</p></li>
</ol>
</li>
<li><p>Otherwise, set <var>response</var>'s <a for=response>timing info</a>'s
<li><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></li>
Expand Down

0 comments on commit f8eba9b

Please sign in to comment.