зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 21e5a34cf792 (bug 1713693) for causing build bustages. CLOSED TREE
This commit is contained in:
Родитель
7868eaa3d1
Коммит
0da24cf66f
|
@ -134,47 +134,6 @@ const AVAILABLE_SHIMS = [
|
|||
matches: ["*://auth.9c9media.ca/auth/main.js"],
|
||||
onlyIfBlockedByETP: true,
|
||||
},
|
||||
{
|
||||
id: "Doubleclick",
|
||||
platform: "all",
|
||||
name: "Doubleclick",
|
||||
bug: "1713693",
|
||||
matches: [
|
||||
{
|
||||
patterns: [
|
||||
"*://securepubads.g.doubleclick.net/gampad/*ad-blk*",
|
||||
"*://pubads.g.doubleclick.net/gampad/*ad-blk*",
|
||||
],
|
||||
target: "empty-shim.txt",
|
||||
types: ["image", "imageset", "xmlhttprequest"],
|
||||
},
|
||||
{
|
||||
patterns: [
|
||||
"*://securepubads.g.doubleclick.net/gampad/*xml_vmap1*",
|
||||
"*://pubads.g.doubleclick.net/gampad/*xml_vmap1*",
|
||||
],
|
||||
target: "vmad.xml",
|
||||
types: ["image", "imageset", "xmlhttprequest"],
|
||||
},
|
||||
{
|
||||
patterns: [
|
||||
"*://securepubads.g.doubleclick.net/gampad/*xml_vmap2*",
|
||||
"*://pubads.g.doubleclick.net/gampad/*xml_vmap2*",
|
||||
],
|
||||
target: "vast2.xml",
|
||||
types: ["image", "imageset", "xmlhttprequest"],
|
||||
},
|
||||
{
|
||||
patterns: [
|
||||
"*://securepubads.g.doubleclick.net/gampad/*ad*",
|
||||
"*://pubads.g.doubleclick.net/gampad/*ad*",
|
||||
],
|
||||
target: "vast3.xml",
|
||||
types: ["image", "imageset", "xmlhttprequest"],
|
||||
},
|
||||
],
|
||||
onlyIfBlockedByETP: true,
|
||||
},
|
||||
{
|
||||
id: "Eluminate",
|
||||
platform: "all",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"manifest_version": 2,
|
||||
"name": "Web Compatibility Interventions",
|
||||
"description": "Urgent post-release fixes for web compatibility.",
|
||||
"version": "23.7.0",
|
||||
"version": "23.6.0",
|
||||
|
||||
"applications": {
|
||||
"gecko": {
|
||||
|
@ -94,7 +94,6 @@
|
|||
"shims/bmauth.js",
|
||||
"shims/eluminate.js",
|
||||
"shims/empty-script.js",
|
||||
"shims/empty-shim.txt",
|
||||
"shims/facebook-sdk.js",
|
||||
"shims/facebook.svg",
|
||||
"shims/google-analytics-and-tag-manager.js",
|
||||
|
@ -108,9 +107,6 @@
|
|||
"shims/play.svg",
|
||||
"shims/rambler-authenticator.js",
|
||||
"shims/rich-relevance.js",
|
||||
"shims/tracking-pixel.png",
|
||||
"shims/vast2.xml",
|
||||
"shims/vast3.xml",
|
||||
"shims/vmad.xml"
|
||||
"shims/tracking-pixel.png"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -81,7 +81,6 @@ FINAL_TARGET_FILES.features["webcompat@mozilla.org"]["shims"] += [
|
|||
"shims/bmauth.js",
|
||||
"shims/eluminate.js",
|
||||
"shims/empty-script.js",
|
||||
"shims/empty-shim.txt",
|
||||
"shims/facebook-sdk.js",
|
||||
"shims/facebook.svg",
|
||||
"shims/google-analytics-and-tag-manager.js",
|
||||
|
@ -96,9 +95,6 @@ FINAL_TARGET_FILES.features["webcompat@mozilla.org"]["shims"] += [
|
|||
"shims/rambler-authenticator.js",
|
||||
"shims/rich-relevance.js",
|
||||
"shims/tracking-pixel.png",
|
||||
"shims/vast2.xml",
|
||||
"shims/vast3.xml",
|
||||
"shims/vmad.xml",
|
||||
]
|
||||
|
||||
FINAL_TARGET_FILES.features["webcompat@mozilla.org"]["lib"] += [
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
||||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
Bug 1713693 - Shim Doubleclick
|
||||
|
||||
Some sites rely on an XML VAST Ad response from Doubleclick, or will
|
||||
break (showing black boxes instead of videos, etc). This shim mitigates
|
||||
such breakage.
|
||||
-->
|
||||
<VAST version="2.0"></VAST>
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
||||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
Bug 1713693 - Shim Doubleclick
|
||||
|
||||
Some sites rely on an XML VAST Ad response from Doubleclick, or will
|
||||
break (showing black boxes instead of videos, etc). This shim mitigates
|
||||
such breakage.
|
||||
-->
|
||||
<VAST version="3.0"></VAST>
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
||||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
Bug 1713693 - Shim Doubleclick
|
||||
|
||||
Some sites rely on an XML VMAD Ad response from Doubleclick, or will
|
||||
break (showing black boxes instead of videos, etc). This shim mitigates
|
||||
such breakage.
|
||||
-->
|
||||
<vmap:AdBreak></vmap:AdBreak>
|
|
@ -66,9 +66,6 @@ browser/defaults/settings/main/password-rules.json
|
|||
browser/defaults/settings/main/search-default-override-allowlist.json
|
||||
browser/defaults/settings/main/url-classifier-skip-urls.json
|
||||
|
||||
# Bug 1713693 - empty-shim.txt, an intentionally blank file used by SmartBlock (0 bytes)
|
||||
browser/extensions/webcompat/shims/empty-shim.txt
|
||||
|
||||
#ifdef MOZ_EME_WIN32_ARTIFACT
|
||||
gmp-clearkey/0.1/manifest.json
|
||||
i686/gmp-clearkey/0.1/manifest.json
|
||||
|
|
Загрузка…
Ссылка в новой задаче