forked from mirrors/gecko-dev
Bug 1904908 - Update an override for directv; r=ksenia a=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D215170
This commit is contained in:
parent
5d17d7130e
commit
32b4b9d93f
4 changed files with 6 additions and 12 deletions
|
|
@ -55,11 +55,8 @@ const AVAILABLE_UA_OVERRIDES = [
|
||||||
"*://*.directv.com.ec/*", // bug 1827706
|
"*://*.directv.com.ec/*", // bug 1827706
|
||||||
"*://*.directv.com/*",
|
"*://*.directv.com/*",
|
||||||
],
|
],
|
||||||
uaTransformer: originalUA => {
|
uaTransformer: () => {
|
||||||
return (
|
return UAHelpers.getDeviceAppropriateChromeUA();
|
||||||
UAHelpers.getPrefix(originalUA) +
|
|
||||||
" AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36"
|
|
||||||
);
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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": "128.2.0",
|
"version": "128.3.0",
|
||||||
"browser_specific_settings": {
|
"browser_specific_settings": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
"id": "webcompat@mozilla.org",
|
"id": "webcompat@mozilla.org",
|
||||||
|
|
|
||||||
|
|
@ -55,11 +55,8 @@ const AVAILABLE_UA_OVERRIDES = [
|
||||||
"*://*.directv.com.ec/*", // bug 1827706
|
"*://*.directv.com.ec/*", // bug 1827706
|
||||||
"*://*.directv.com/*",
|
"*://*.directv.com/*",
|
||||||
],
|
],
|
||||||
uaTransformer: originalUA => {
|
uaTransformer: () => {
|
||||||
return (
|
return UAHelpers.getDeviceAppropriateChromeUA();
|
||||||
UAHelpers.getPrefix(originalUA) +
|
|
||||||
" AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36"
|
|
||||||
);
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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": "128.2.0",
|
"version": "128.3.0",
|
||||||
"browser_specific_settings": {
|
"browser_specific_settings": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
"id": "webcompat@mozilla.org",
|
"id": "webcompat@mozilla.org",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue