From 2730828eb4374cd841e4eafa53f8ef15b8a9998d Mon Sep 17 00:00:00 2001 From: Alex Kontos Date: Tue, 25 Jul 2023 15:48:26 +0100 Subject: [PATCH] Make sure not to point to Mozilla's AUS. --- waterfox/browser/app/profile/000-waterfox.js | 1 + 1 file changed, 1 insertion(+) diff --git a/waterfox/browser/app/profile/000-waterfox.js b/waterfox/browser/app/profile/000-waterfox.js index f44d9e29541ca..7e39554135ab0 100644 --- a/waterfox/browser/app/profile/000-waterfox.js +++ b/waterfox/browser/app/profile/000-waterfox.js @@ -93,6 +93,7 @@ pref("extensions.pocket.api", ""); pref("extensions.pocket.enabled", false); pref("extensions.pocket.oAuthConsumerKey", ""); pref("extensions.pocket.showHome", false); +pref("extensions.systemAddon.update.url", "https://aus1.waterfox.net/update/SystemAddons/%DISPLAY_VERSION%/%OS%_%ARCH%/%CHANNEL%/%OS_VERSION%/%SYSTEM_CAPABILITIES%/%DISTRIBUTION%/%DISTRIBUTION_VERSION%/update.xml"); pref("geo.provider.network.url", ""); pref("image.avif.enabled", true); pref("image.jxl.enabled", true);