forked from mirrors/gecko-dev
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:
parent
e20312a8cd
commit
98dcd314c1
2 changed files with 3 additions and 3 deletions
|
|
@ -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"],
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue