Skip to content

Commit

Permalink
"MUST log the error" -> "SHOULD"
Browse files Browse the repository at this point in the history
The UA should be allowed to participate in the decision of whether the
network error will be reported. For example, the UA may choose to skip
delivering a report due to privacy risks/considerations associated with
the underlying error.
  • Loading branch information
igrigorik committed Mar 19, 2015
1 parent 2128b5f commit 35fe1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ <h2>Reporting</h2>

<p class="note">Note that the above definition of "network error" is different from definition in [[Fetch]]. The definition of <a>network error</a> in this specification is a subset of [[Fetch]] definition - i.e. all of the above conditions would trigger a "network error" in [[Fetch]] processing, but conditions such as blocked requests due to mixed content, CORS failures, etc., would not.</p>

<p>When a <a>network error</a> occurs for a URL that belongs to a <a>known NEL host</a> the user agent MUST log the error and attempt to deliver it to the <a title="report-uri">report URL</a> defined by the <a>NEL policy</a> of the associated <a>NEL host</a>:</p>
<p>When a <a>network error</a> occurs for a URL that belongs to a <a>known NEL host</a> the user agent SHOULD log the error and attempt to deliver it to the <a title="report-uri">report URL</a> defined by the <a>NEL policy</a> of the associated <a>NEL host</a>:</p>

<ul>
<li>The user agent SHOULD make best effort to deliver the error report as soon as possible to provide the necessary real-time feedback.</li>
Expand Down

0 comments on commit 35fe1c5

Please sign in to comment.