tor-browser

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

commit 57ce1d0e0ec9681fdfc24ccb370833f468a2aecd
parent 83900ee6b82f3ff3d14c5a5d843697df4db28036
Author: Thomas Wisniewski <twisniewski@mozilla.com>
Date:   Tue,  2 Dec 2025 18:41:13 +0000

Bug 1962644 - add an Android-only UA override for www.coles.com.au; r=ksenia,webcompat-reviewers

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

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 @@ -4873,6 +4873,21 @@ } ] }, + "1962644": { + "label": "www.coles.com.au", + "bugs": { + "1962644": { + "issue": "broken-layout", + "matches": ["*://www.coles.com.au/catalogues/view*"] + } + }, + "interventions": [ + { + "platforms": ["android"], + "ua_string": ["Chrome", "add_Firefox_as_Gecko"] + } + ] + }, "1962654": { "label": "go.idnow.de", "bugs": {