Disable connectivity checks

This commit is contained in:
2026-03-17 15:22:02 +01:00
parent ca219b2943
commit c2c522a6ad

View File

@@ -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);