mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
Bug 1904908 - Update an override for directv; r=twisniewski,webcompat-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D215165
This commit is contained in:
parent
3d724ed08a
commit
16a60d17f6
@ -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": "129.2.0",
|
"version": "129.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": "129.2.0",
|
"version": "129.3.0",
|
||||||
"browser_specific_settings": {
|
"browser_specific_settings": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
"id": "webcompat@mozilla.org",
|
"id": "webcompat@mozilla.org",
|
||||||
|
Loading…
Reference in New Issue
Block a user