Skip to content

Commit

Permalink
Don't report non-https and aborts
Browse files Browse the repository at this point in the history
  • Loading branch information
noamr committed Nov 22, 2021
1 parent 4e11557 commit 888438c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4292,6 +4292,8 @@ given the following steps with <var>fetchParams</var>'s
<var>initiatorType</var> (default "<code>other</code>"), run these steps:

<ol>
<li><p>If <var>response</var> is an <a>aborted network error</a>, then return.

<li><p>If <var>response</var>'s <a for=response>URL list</a> is null or
<a for=list lt="is empty">empty</a>, then return.

Expand All @@ -4301,6 +4303,9 @@ given the following steps with <var>fetchParams</var>'s

<li><p>Let <var>cacheState</var> be <var>response</var>'s <a for=response>cache state</a>.

<li><p>If <var>originalURL</var>'s <a for=url>scheme</a> is not an <a>HTTP(S) scheme</a>, then
return.

<li><p>If <var>timingInfo</var> is null, then return.

<li>
Expand Down

0 comments on commit 888438c

Please sign in to comment.