Skip to content

Commit

Permalink
Add position for Network Error Logging (negative) - fixes mozilla#99
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederik Braun committed May 17, 2023
1 parent 8ce72c4 commit 9367a37
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions activities.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 circumstance. 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.",
Expand Down

0 comments on commit 9367a37

Please sign in to comment.