tor-browser

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

commit 10182f819e6840972402924add4e8a1278760dee
parent f915cbc4fd0c1bb9b8780d6aeb78b5f2048c7f08
Author: Thomas Wisniewski <twisniewski@mozilla.com>
Date:   Tue, 25 Nov 2025 16:52:46 +0000

Bug 1899061 - also apply our UA override for admissions.nid.edu on desktop; r=denschub,webcompat-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D273925

Diffstat:
Mbrowser/extensions/webcompat/data/interventions.json | 2+-
Mtesting/webcompat/interventions/tests/test_1827678_65753_admissions_nid_edu.py | 2--
2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/browser/extensions/webcompat/data/interventions.json b/browser/extensions/webcompat/data/interventions.json @@ -937,7 +937,7 @@ }, "interventions": [ { - "platforms": ["android"], + "platforms": ["all"], "ua_string": ["Chrome"] } ] diff --git a/testing/webcompat/interventions/tests/test_1827678_65753_admissions_nid_edu.py b/testing/webcompat/interventions/tests/test_1827678_65753_admissions_nid_edu.py @@ -6,7 +6,6 @@ SUPPORTED_CSS = "nav" UNSUPPORTED_TEXT = "please login using only Google Chrome" -@pytest.mark.only_platforms("android") @pytest.mark.asyncio @pytest.mark.with_interventions async def test_enabled(client): @@ -14,7 +13,6 @@ async def test_enabled(client): assert client.await_css(SUPPORTED_CSS) -@pytest.mark.only_platforms("android") @pytest.mark.asyncio @pytest.mark.without_interventions async def test_disabled(client):