tor-browser

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

commit dfd4216d3bcabef728ca22e0d3ff61371eca8d04
parent c7201789feec89aa2b8aa6a57a0efd4483647832
Author: Thomas Wisniewski <twisniewski@mozilla.com>
Date:   Tue, 25 Nov 2025 16:52:44 +0000

Bug 1944219 - add an Android-only, nightly-only UA override for zoom.us; r=denschub,webcompat-reviewers

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

Diffstat:
Mbrowser/extensions/webcompat/data/interventions.json | 16++++++++++++++++
1 file changed, 16 insertions(+), 0 deletions(-)

diff --git a/browser/extensions/webcompat/data/interventions.json b/browser/extensions/webcompat/data/interventions.json @@ -4315,6 +4315,22 @@ } ] }, + "1944219": { + "label": "zoom.us", + "bugs": { + "1911423": { + "issue": "firefox-blocked-completely", + "matches": ["*://*.zoom.us/*"] + } + }, + "interventions": [ + { + "platforms": ["android"], + "only_channels": ["nightly"], + "ua_string": ["add_Chrome"] + } + ] + }, "1944518": { "label": "app.powerbi.com", "bugs": {