diff --git a/user.js (less connections) b/user.js (less connections) index be8e851..187c64f 100644 --- a/user.js (less connections) +++ b/user.js (less connections) @@ -329,7 +329,7 @@ user_pref("browser.urlbar.eventTelemetry.enabled", false); // [DESKTOP] // Pref : Disable collect Telemetry on tracking resources traffic. // An experiment that analyses HTTP traffic and will run at most until Firefox 73, looking for the prevalence of tracking resources going through HTTP. // https://bugzilla.mozilla.org/show_bug.cgi?id=1533363 -pref("network.traffic_analyzer.enabled", false); +user_pref("network.traffic_analyzer.enabled", false); // ------------------------------------- // Pref : Disable Telemetry Coverage // https://blog.mozilla.org/data/2018/08/20/effectively-measuring-search-in-firefox/