tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 6bfdc61978cec62268d65a4a9f6de0ae374a5a96
parent 90a322c8abfbf01d1735cedb6df4730083152aea
Author: Stalgia Grigg <stalgia@bocoup.com>
Date:   Thu,  8 Jan 2026 17:37:16 +0000

Bug 2006728 [wpt PR 56826] - Map `non-cookie-storage-access` web-feature, a=testonly

Automatic update from web-platform-tests
Map `non-cookie-storage-access` web-feature (#56826)

Feature: `non-cookie-storage-access`

Reference: https://github.com/web-platform-dx/web-features/blob/main/features/non-cookie-storage-access.yml
--

wpt-commits: 6852c259ec603b99c08491d4fc5355ebfc24df24
wpt-pr: 56826

Diffstat:
Mtesting/web-platform/tests/storage-access-api/WEB_FEATURES.yml | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/testing/web-platform/tests/storage-access-api/WEB_FEATURES.yml b/testing/web-platform/tests/storage-access-api/WEB_FEATURES.yml @@ -1,3 +1,8 @@ features: +- name: non-cookie-storage-access + files: + - storage-access-beyond-cookies.* - name: storage-access - files: "**" + files: + - "*" + - "!storage-access-beyond-cookies.*"