Bug 1717806 - Fix a match-pattern for the Advertising.com shim to un-break video playback on tf1.fr; r=pbz,webcompat-reviewers,ksenia

Differential Revision: https://phabricator.services.mozilla.com/D162897
This commit is contained in:
Thomas Wisniewski 2022-11-23 20:26:00 +00:00
parent e20312a8cd
commit 98dcd314c1
2 changed files with 3 additions and 3 deletions

View file

@ -189,7 +189,7 @@ const AVAILABLE_SHIMS = [
onlyIfBlockedByETP: true, onlyIfBlockedByETP: true,
}, },
{ {
id: "AdvertisingDotCom", id: "AdvertisingCom",
platform: "all", platform: "all",
name: "advertising.com", name: "advertising.com",
bug: "1701685", bug: "1701685",
@ -213,7 +213,7 @@ const AVAILABLE_SHIMS = [
onlyIfBlockedByETP: true, onlyIfBlockedByETP: true,
}, },
{ {
patterns: ["https://redirect.firefox.etp/adsafeprotected_pixel"], patterns: ["https://redirect.firefox.etp/advertisingdotcom_pixel"],
target: "tracking-pixel.png", target: "tracking-pixel.png",
types: ["image", "imageset", "xmlhttprequest"], types: ["image", "imageset", "xmlhttprequest"],
}, },

View file

@ -2,7 +2,7 @@
"manifest_version": 2, "manifest_version": 2,
"name": "Web Compatibility Interventions", "name": "Web Compatibility Interventions",
"description": "Urgent post-release fixes for web compatibility.", "description": "Urgent post-release fixes for web compatibility.",
"version": "108.1.0", "version": "108.2.0",
"browser_specific_settings": { "browser_specific_settings": {
"gecko": { "gecko": {
"id": "webcompat@mozilla.org", "id": "webcompat@mozilla.org",