From a5c9ba7238ea40f66af1788e0447cd73ab136dfc Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 13 Mar 2026 12:58:37 -0400 Subject: [PATCH] tracking: disable the captive portal check --- tracking | 4 ++++ 1 file changed, 4 insertions(+) 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); -- 2.51.0