tor-browser

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

commit ca27a77bc71c4a5d6be04e30eff90291349eee36
parent 18dba7812f7e4d84e0cf53eed1d3775034176498
Author: Manuel Bucher <manuel@mozilla.com>
Date:   Mon, 17 Nov 2025 18:07:05 +0000

Bug 1999523 - disable google publisher tags shim on one more site to unbreak loading in PBM r=webcompat-reviewers,twisniewski

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

Diffstat:
Mbrowser/extensions/webcompat/data/shims.js | 1+
Mbrowser/extensions/webcompat/manifest.json | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/browser/extensions/webcompat/data/shims.js b/browser/extensions/webcompat/data/shims.js @@ -407,6 +407,7 @@ const AVAILABLE_SHIMS = [ "katu.com", "kfoxtv.com", "thenationaldesk.com", + "foxbaltimore.com", ], matches: [ "*://www.googletagservices.com/tag/js/gpt.js*", diff --git a/browser/extensions/webcompat/manifest.json b/browser/extensions/webcompat/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Web Compatibility Interventions", "description": "Urgent post-release fixes for web compatibility.", - "version": "147.2.0", + "version": "147.3.0", "browser_specific_settings": { "gecko": { "id": "webcompat@mozilla.org",