From c2c522a6ad4f19bab17f06e977e1ffb511f4cfbe Mon Sep 17 00:00:00 2001 From: mattia Date: Tue, 17 Mar 2026 15:22:02 +0100 Subject: [PATCH] Disable connectivity checks --- user.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/user.js b/user.js index 5fd187c..fcdf9bd 100644 --- a/user.js +++ b/user.js @@ -10,6 +10,11 @@ user_pref("identity.fxaccounts.remote.root", ""); user_pref("identity.fxaccounts.service.monitorLoginUrl", ""); user_pref("identity.fxaccounts.toolbar.enabled", false); +// Connectivity +user_pref("captivedetect.canonicalURL", ""); +user_pref("network.captive-portal-service.enabled", false); +user_pref("network.connectivity-service.enabled", false); + // Crash reporter user_pref("breakpad.reportURL", ""); user_pref("browser.crashReports.onDemand", false);