diff --git a/waterfox/browser/app/profile/000-waterfox.js b/waterfox/browser/app/profile/000-waterfox.js index 5cdd94c8dad1b..9576e3b69519d 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);