Skip to content

Commit

Permalink
Add position for Network Error Logging (negative) - fixes #99 (#803)
Browse files Browse the repository at this point in the history
* Add position for Network Error Logging (negative) - fixes #99

* Update activities.json

Co-authored-by: Martin Thomson <[email protected]>

---------

Co-authored-by: Frederik Braun <[email protected]>
Co-authored-by: Martin Thomson <[email protected]>
  • Loading branch information
3 people authored May 18, 2023
1 parent 8ce72c4 commit a6e7f11
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 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.",
Expand Down

0 comments on commit a6e7f11

Please sign in to comment.