commit 45e0541cfb78e947d258786de00750c788fc6000
parent b2cf2bcbdf8d6a10df62902a5247e30fc020f925
Author: Manuel Bucher <manuel@mozilla.com>
Date: Wed, 19 Nov 2025 16:20:32 +0000
Bug 1874403 - Disable Google Publisher Tags shim on news site to unbreak loading in PBM r=webcompat-reviewers,twisniewski
Differential Revision: https://phabricator.services.mozilla.com/D273228
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/browser/extensions/webcompat/data/shims.js b/browser/extensions/webcompat/data/shims.js
@@ -408,6 +408,7 @@ const AVAILABLE_SHIMS = [
"kfoxtv.com",
"thenationaldesk.com",
"foxbaltimore.com",
+ "local12.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.4.0",
+ "version": "147.5.0",
"browser_specific_settings": {
"gecko": {
"id": "webcompat@mozilla.org",