Bug 1904908 - Update an override for directv; r=twisniewski,webcompat-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D215165
This commit is contained in:
Ksenia Berezina 2024-06-27 23:43:26 +00:00
parent 3d724ed08a
commit 16a60d17f6
4 changed files with 6 additions and 12 deletions

View File

@ -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"
);
}, },
}, },
}, },

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": "129.2.0", "version": "129.3.0",
"browser_specific_settings": { "browser_specific_settings": {
"gecko": { "gecko": {
"id": "webcompat@mozilla.org", "id": "webcompat@mozilla.org",

View File

@ -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"
);
}, },
}, },
}, },

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": "129.2.0", "version": "129.3.0",
"browser_specific_settings": { "browser_specific_settings": {
"gecko": { "gecko": {
"id": "webcompat@mozilla.org", "id": "webcompat@mozilla.org",