diff options
author | Moonchild <moonchild@palemoon.org> | 2021-03-16 22:42:48 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-03-16 22:42:48 +0000 |
commit | 86023e95a296977d0be4c24b2503261f65453f67 (patch) | |
tree | e602fe28394260152588819948793ccf98a1fab2 | |
parent | 2ccf2a73f4f88c806db138bcc12381a5aae721e6 (diff) | |
download | basilisk-86023e95a296977d0be4c24b2503261f65453f67.tar.gz |
[SSUAO] Update UA override for YT studio
-rw-r--r-- | basilisk/branding/shared/uaoverrides.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basilisk/branding/shared/uaoverrides.inc b/basilisk/branding/shared/uaoverrides.inc index 0b99c70..3c7df71 100644 --- a/basilisk/branding/shared/uaoverrides.inc +++ b/basilisk/branding/shared/uaoverrides.inc @@ -17,8 +17,8 @@ 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 (notice a trend...? ;) )
pref("@GUAO_PREF@.youtube.com","Mozilla/5.0 (%OS_SLICE% rv:62.0) @GK_SLICE@ Firefox/62.0 @APP_SLICE@");
-pref("@GUAO_PREF@.studio.youtube.com","Mozilla/5.0 (%OS_SLICE% rv:71.0) @GK_SLICE@ Firefox/71.0 @APP_SLICE@");
pref("@GUAO_PREF@.gaming.youtube.com","Mozilla/5.0 (%OS_SLICE% rv:71.0) @GK_SLICE@ Firefox/71.0 @APP_SLICE@");
+pref("@GUAO_PREF@.studio.youtube.com","Mozilla/5.0 (%OS_SLICE% rv:68.0) @GK_SLICE@ @GRE_VERSION_SLICE@ Firefox/68.0 @APP_SLICE@");
pref("@GUAO_PREF@.netflix.com","Mozilla/5.0 (Windows NT 6.1; rv:42.0) @GK_SLICE@ Firefox/42.0 @APP_SLICE@");
pref("@GUAO_PREF@.netflximg.net","Mozilla/5.0 (Windows NT 6.1; rv:42.0) @GK_SLICE@ Firefox/42.0 @APP_SLICE@");
pref("@GUAO_PREF@.google.com","Mozilla/5.0 (%OS_SLICE% rv:71.0) @GK_SLICE@ Firefox/71.0 @APP_SLICE@");
|