From 56de0d9596795295f3fe52e928e83bc11c2dce0b Mon Sep 17 00:00:00 2001 From: Basilisk-Dev Date: Sat, 3 Feb 2024 13:25:15 -0500 Subject: [PATCH] [Basilisk] [SSUAO] Remove Amazon Prime Video override Port of https://repo.palemoon.org/MoonchildProductions/Pale-Moon/commit/a26c6a396aa80a08a3e946eecab11283c4f57f3a --- application/basilisk/branding/shared/uaoverrides.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/application/basilisk/branding/shared/uaoverrides.inc b/application/basilisk/branding/shared/uaoverrides.inc index 3aee19d1c1..ee1b8620d0 100644 --- a/application/basilisk/branding/shared/uaoverrides.inc +++ b/application/basilisk/branding/shared/uaoverrides.inc @@ -39,8 +39,6 @@ pref("@GUAO_PREF@.web.de","Mozilla/5.0 (%OS_SLICE% rv:@GK_VERSION@) @GK_SLICE@ @ pref("@GUAO_PREF@.yahoo.com","Mozilla/5.0 (%OS_SLICE% rv:99.9) @GK_SLICE@ Firefox/99.9"); pref("@GUAO_PREF@.calendar.yahoo.com","Mozilla/5.0 (%OS_SLICE% rv:@GK_VERSION@) @GK_SLICE@ @FX_SLICE@ (Basilisk)"); -// For Amazon Prime videos -pref("@GUAO_PREF@.www.amazon.com","Mozilla/5.0 (%OS_SLICE% rv:45.9) @GK_SLICE@ Firefox/45.9 (Basilisk)"); // Soundcloud uses Firefox-exclusive combinations of code. Never pass Firefox slice. pref("@GUAO_PREF@.soundcloud.com","Mozilla/5.0 (%OS_SLICE% rv:@UXP_VERSION@) @UXP_DATE_SLICE@ @APP_SLICE@"); pref("@GUAO_PREF@.players.brightcove.net","Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko");