diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-02-06 18:05:29 +0000 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-02-06 18:05:29 +0000 |
commit | 1a6fa0b0956700db90d8ebbfbe73a1fce12556cf (patch) | |
tree | 332971d7cbd6bfb9728b2e5e0178ce2e8cf6f53c | |
parent | 3dca4ce612fafed0c027c681152ddb1873830b70 (diff) | |
download | uxp-1a6fa0b0956700db90d8ebbfbe73a1fce12556cf.tar.gz |
[SSUAO] Update YouTube overrides to switch to polymer v1v2020.02.06
-rw-r--r-- | application/basilisk/branding/shared/uaoverrides.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/basilisk/branding/shared/uaoverrides.inc b/application/basilisk/branding/shared/uaoverrides.inc index 307d889d9f..e181d50b2c 100644 --- a/application/basilisk/branding/shared/uaoverrides.inc +++ b/application/basilisk/branding/shared/uaoverrides.inc @@ -24,8 +24,8 @@ pref("@GUAO_PREF@.accounts.firefox.com", "Mozilla/5.0 (@OS_SLICE@ rv:@GK_VERSION pref("@GUAO_PREF@.addons.mozilla.org", "Mozilla/5.0 (@OS_SLICE@ rv:@GK_VERSION@) @GK_SLICE@ @FX_SLICE@");
// Required for domains that have proven unresponsive to requests from users
-pref("@GUAO_PREF@.youtube.com","Mozilla/5.0 (@OS_SLICE@ rv:42.0) @GK_SLICE@ Firefox/42.0 @APP_SLICE@");
-pref("@GUAO_PREF@.gaming.youtube.com","Mozilla/5.0 (@OS_SLICE@ rv:42.0) @GK_SLICE@ Firefox/42.0");
+pref("@GUAO_PREF@.youtube.com","Mozilla/5.0 (@OS_SLICE@ rv:62.0) @GK_SLICE@ Firefox/62.0 @APP_SLICE@");
+pref("@GUAO_PREF@.gaming.youtube.com","Mozilla/5.0 (@OS_SLICE@ rv:62.0) @GK_SLICE@ Firefox/62.0");
pref("@GUAO_PREF@.netflix.com","Mozilla/5.0 (@OS_SLICE@ rv:42.0) @GK_SLICE@ Firefox/42.0 @APP_SLICE@");
// The never-ending Facebook debacle...
|