From fc05c5ab49acd2a0880a8faffcfacbd4eed56844 Mon Sep 17 00:00:00 2001 From: zcorpan Date: Mon, 9 Dec 2024 16:31:39 +0100 Subject: [PATCH] Update position for NEL (positive) Closes #99. --- activities.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/activities.yml b/activities.yml index 7b828fc..587347b 100644 --- a/activities.yml +++ b/activities.yml @@ -1498,11 +1498,9 @@ Network Error Logging: id: network-error-logging issue: 99 mdn: https://developer.mozilla.org/en-US/docs/Web/HTTP/Network_Error_Logging - position: negative - rationale: 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. + position: positive + rationale: | + Network error logging can provide useful feedback to servers regarding network failures across different browsers. While there are certain privacy issues that need to be handled with care, implementing a subset of this specification should be enough to prove useful for both server side applications monitoring the logs, and ideally useful for the users who get their networking issues addressed. url: https://w3c.github.io/network-error-logging/ venues: - W3C