From 65cd3df1b779ff3fd746bdba2b923f2911519fd6 Mon Sep 17 00:00:00 2001 From: trav90 Date: Fri, 15 Jun 2018 12:44:48 -0500 Subject: [BASILISK] Add UA overrides for YouTube Live --- application/basilisk/branding/shared/uaoverrides.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/basilisk/branding/shared/uaoverrides.inc b/application/basilisk/branding/shared/uaoverrides.inc index f7f7fafa3..fb0e6b79b 100644 --- a/application/basilisk/branding/shared/uaoverrides.inc +++ b/application/basilisk/branding/shared/uaoverrides.inc @@ -24,6 +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"); // The never-ending Facebook debacle... -- cgit v1.2.3