diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-03-09 13:01:49 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-03-09 13:01:49 -0400 |
commit | 798279388ce80cdf5c62e9cae7d64356f1991ed0 (patch) | |
tree | c8de47f0f7d5ca78898aadf453a504669b6544d6 | |
parent | 8418b71973fd9baeb282466277762be21fc7ba1b (diff) | |
download | basilisk-798279388ce80cdf5c62e9cae7d64356f1991ed0.tar.gz |
[SSUAO] Update YouTube overrides to switch to polymer v1v2020.03.11
This did not get propagated over here for some reason
-rw-r--r-- | basilisk/branding/shared/uaoverrides.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basilisk/branding/shared/uaoverrides.inc b/basilisk/branding/shared/uaoverrides.inc index 307d889..e181d50 100644 --- a/basilisk/branding/shared/uaoverrides.inc +++ b/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...
|