diff options
author | Moonchild <moonchild@palemoon.org> | 2021-01-10 18:18:42 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-01-10 18:18:42 +0000 |
commit | 734d737a6e927a7088515bc3d9710cb067a7bd8d (patch) | |
tree | 9352a4ae9f5cd82273ab43a41cb828ababa0c8d1 | |
parent | 22e23d5ab0a14f105da6f0b6d5d6ccba7f5374c8 (diff) | |
download | basilisk-734d737a6e927a7088515bc3d9710cb067a7bd8d.tar.gz |
[SSUAO] Update overrides for YouTube
-rw-r--r-- | basilisk/branding/shared/uaoverrides.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/basilisk/branding/shared/uaoverrides.inc b/basilisk/branding/shared/uaoverrides.inc index 7d65603..6f70403 100644 --- a/basilisk/branding/shared/uaoverrides.inc +++ b/basilisk/branding/shared/uaoverrides.inc @@ -18,6 +18,7 @@ pref("@GUAO_PREF@.addons.mozilla.org", "Mozilla/5.0 (%OS_SLICE% rv:@GK_VERSION@) // Required for domains that have proven unresponsive to requests from users
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@.studio.youtube.com","Mozilla/5.0 (%OS_SLICE% rv:71.0) @GK_SLICE@ Firefox/71.0 @APP_SLICE@");
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...
|