From f15f30cf060aa3aab1f67836a83f592af3240cae Mon Sep 17 00:00:00 2001 From: Randell Jesup Date: Thu, 27 Jun 2024 10:41:35 -0400 Subject: [PATCH] Positive on the Cookie Store API (subset) --- activities.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/activities.json b/activities.json index dfdc777..611a2ee 100644 --- a/activities.json +++ b/activities.json @@ -471,8 +471,8 @@ "description": "An asynchronous Javascript cookies API for documents and workers", "id": "cookie-store", "mozBugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=1475599", - "mozPosition": "defer", - "mozPositionDetail": "This API provides better access to cookies. However, the improvements also expand access to cookie metadata and the interactions with privacy features like the Storage Access API are unclear. Work on improving cookie interoperability, which is ongoing, might be needed before an assessment can be made.", + "mozPosition": "positive", + "mozPositionDetail": "This API provides better access to cookies. Due to privacy concerns as outlined in issue 94, we are positive for a subset of this API which only exposes the same information available through document.cookie. At this time we're not ready to expose ServiceWorkerRegistration.cookies or implement the CookieStoreManager as proposed; we will discuss this along with the subset proposal in the appropriate standards group", "mozPositionIssue": 94, "org": "Proposal", "title": "Cookie Store API",