From 32a50655cdabdf2099dc12dc644ec7606912283c Mon Sep 17 00:00:00 2001 From: OwnedByWuigi Date: Fri, 6 Mar 2026 16:20:54 +0000 Subject: [PATCH] Release 11.2, with upstream Firefox extension support --- application/basilisk/branding/shared/uaoverrides.inc | 8 ++------ application/basilisk/config/version.txt | 2 +- application/basilisk/config/version_display.txt | 2 +- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/application/basilisk/branding/shared/uaoverrides.inc b/application/basilisk/branding/shared/uaoverrides.inc index 2ff85e69f8..865837eae8 100644 --- a/application/basilisk/branding/shared/uaoverrides.inc +++ b/application/basilisk/branding/shared/uaoverrides.inc @@ -18,11 +18,6 @@ // With Lun3r useragent they send a challenge that fucks up the browser JS system. So we fake PM. pref("@GUAO_PREF@.cloudflare.com","Mozilla/5.0 (%OS_SLICE% rv:@UXP_VERSION@) @UXP_DATE_SLICE@ @PALE_MOON_SLICE@"); -// Special-case AMO -// We send the native UA slice now, since they no longer offer any compatible extensions for us. -// This will result in an "only with Firefox" message which suits us fine, because it's the truth. -pref("@GUAO_PREF@.addons.mozilla.org","Mozilla/5.0 (%OS_SLICE% rv:@UXP_VERSION@) @UXP_DATE_SLICE@ @APP_SLICE@"); - // Required for domains that are unresponsive to requests from users (or likely to be) pref("@GUAO_PREF@.aol.com","Mozilla/5.0 (%OS_SLICE% rv:@GK_VERSION@) @GK_SLICE@ @FX_SLICE@ (Basilisk)"); pref("@GUAO_PREF@.bing.com","Mozilla/5.0 (%OS_SLICE% rv:@GK_VERSION@) @GK_SLICE@ @FX_SLICE@ (Basilisk)"); @@ -90,5 +85,6 @@ pref("@GUAO_PREF@.x.com","Mozilla/5.0 (%OS_SLICE% rv:102.0) @GK_SLICE@ Firefox/1 pref("@GUAO_PREF@.slack.com","Mozilla/5.0 (%OS_SLICE% rv:120.0) @GK_SLICE@ Firefox/120.0 @APP_SLICE@"); // There are multiple addons on the Pale Moon addons site that work with Basilisk that are not listed on the Basilisk addons site. pref("@GUAO_PREF@.addons.palemoon.org","Mozilla/5.0 (%OS_SLICE% rv:@GK_VERSION@) @GK_SLICE@ @UXP_VERSION_SLICE@ @FX_SLICE@ @PALE_MOON_SLICE@"); - +// Same goes for upstream Firefox addons on the Mozilla addons site since this fork has (some) WebExtensions support now +pref("@GUAO_PREF@.addons.mozilla.org", "Mozilla/5.0 (%OS_SLICE%; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0"); // ============================================================================ diff --git a/application/basilisk/config/version.txt b/application/basilisk/config/version.txt index 18bb93dfa1..b5cff35ad1 100644 --- a/application/basilisk/config/version.txt +++ b/application/basilisk/config/version.txt @@ -1 +1 @@ -52.11.1 \ No newline at end of file +52.11.2 \ No newline at end of file diff --git a/application/basilisk/config/version_display.txt b/application/basilisk/config/version_display.txt index 0763616c95..39138533bd 100644 --- a/application/basilisk/config/version_display.txt +++ b/application/basilisk/config/version_display.txt @@ -1 +1 @@ -11.1.1 \ No newline at end of file +11.2 \ No newline at end of file