From: Michael Orlitzky Date: Fri, 13 Mar 2026 16:58:37 +0000 (-0400) Subject: tracking: disable the captive portal check X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=a5c9ba7238ea40f66af1788e0447cd73ab136dfc;p=firefox-user-prefs.git tracking: disable the captive portal check --- diff --git a/tracking b/tracking index bb892ee..c2113d1 100644 --- a/tracking +++ b/tracking @@ -108,3 +108,7 @@ user_pref("app.normandy.enabled", false); /* Don't send a daily usage ping to Mozilla */ user_pref("datareporting.usage.uploadEnabled", false); + + +/* Don't ping detectportal.firefox.com every time FF starts */ +user_pref("network.captive-portal-service.enabled", false);