tor-browser

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

commit d810b6452d62cc2fa18fb28576ce10742a592e28
parent fda64175c76c4809579c9d8db2c0af924ddd41fc
Author: Thomas Wisniewski <twisniewski@mozilla.com>
Date:   Wed, 22 Oct 2025 14:47:05 +0000

Bug 1902463 - add a UA override for stage.metareal.com; r=webcompat-reviewers,ksenia

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

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

diff --git a/browser/extensions/webcompat/data/interventions.json b/browser/extensions/webcompat/data/interventions.json @@ -3221,6 +3221,21 @@ } ] }, + "1902463": { + "label": "stage.metareal.com", + "bugs": { + "1902463": { + "issue": "firefox-blocked-completely", + "matches": ["*://stage.metareal.com/*"] + } + }, + "interventions": [ + { + "platforms": ["all"], + "ua_string": ["add_Chrome"] + } + ] + }, "1902450": { "label": "hilokal.com", "bugs": {