tor-browser

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

commit 38ce6417caafbe20e47867016a0b1ec35cba8ac0
parent 81b59367209d3cc03eab88bf55866d1cb75186e3
Author: Chris Cuellar <58723+ChrisC@users.noreply.github.com>
Date:   Mon,  8 Dec 2025 12:26:19 +0000

Bug 2004320 [wpt PR 56440] - classifies user-agent-sniffing, a=testonly

Automatic update from web-platform-tests
classifies user-agent-sniffing (#56440)

--

wpt-commits: 3f119345a65245ea399337b508b1b5db4abc6999
wpt-pr: 56440

Diffstat:
Mtesting/web-platform/tests/html/webappapis/system-state-and-capabilities/the-navigator-object/WEB_FEATURES.yml | 3+++
Mtesting/web-platform/tests/workers/WEB_FEATURES.yml | 3+++
Atesting/web-platform/tests/workers/interfaces/WorkerUtils/navigator/WEB_FEATURES.yml | 4++++
3 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/tests/html/webappapis/system-state-and-capabilities/the-navigator-object/WEB_FEATURES.yml b/testing/web-platform/tests/html/webappapis/system-state-and-capabilities/the-navigator-object/WEB_FEATURES.yml @@ -12,3 +12,6 @@ features: - name: window-controls-overlay files: - navigator-window-controls-overlay.tentative.html +- name: user-agent-sniffing + files: + - navigator.any.js diff --git a/testing/web-platform/tests/workers/WEB_FEATURES.yml b/testing/web-platform/tests/workers/WEB_FEATURES.yml @@ -16,3 +16,6 @@ features: files: - Worker-postMessage-happens-in-parallel.https.html - postMessage_* +- name: user-agent-sniffing + files: + - WorkerNavigator_userAgent.htm diff --git a/testing/web-platform/tests/workers/interfaces/WorkerUtils/navigator/WEB_FEATURES.yml b/testing/web-platform/tests/workers/interfaces/WorkerUtils/navigator/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: +- name: user-agent-sniffing + files: + - 005.html