From a6e7f1187b107f001e08f8204659f51ba67c639f Mon Sep 17 00:00:00 2001 From: Frederik Braun Date: Thu, 18 May 2023 02:13:39 +0200 Subject: [PATCH] Add position for Network Error Logging (negative) - fixes #99 (#803) * Add position for Network Error Logging (negative) - fixes #99 * Update activities.json Co-authored-by: Martin Thomson --------- Co-authored-by: Frederik Braun Co-authored-by: Martin Thomson --- activities.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/activities.json b/activities.json index c8f74b87..9472dc85 100644 --- a/activities.json +++ b/activities.json @@ -933,6 +933,19 @@ "title": "Mixed Content", "url": "https://w3c.github.io/webappsec-mixed-content/" }, + { + "ciuName": null, + "description": "The Network Error Logging spec enables website to declare a reporting policy that can be used to report encountered network errors that prevented it from successfully loading its requested resources.", + "id": "network-error-logging", + "mdnUrl": "https://developer.mozilla.org/en-US/docs/Web/HTTP/Network_Error_Logging", + "mozBugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=1145235", + "mozPosition": "negative", + "mozPositionDetail": "The API enables the collection of user-specific information that sites might not otherwise be able to observe, which includes information that might be private under some circumstances. Furthermore, the specification does not seem to track changes to the Reporting API it builds upon and seems effectively unmaintained.", + "mozPositionIssue": 99, + "org": "W3C", + "title": "Network Error Logging", + "url": "https://w3c.github.io/network-error-logging/" + }, { "ciuName": "netinfo", "description": "The Network Information API enables web applications to access information about the network connection in use by the device.",