Update 'user.js (less connections)'

This commit is contained in:
Narsil 2020-11-11 09:51:59 -05:00
parent 5b178f29b1
commit 2d287064ff
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@ user_pref("browser.urlbar.eventTelemetry.enabled", false); // [DESKTOP]
// Pref : Disable collect Telemetry on tracking resources traffic. // 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. // 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 // 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 // Pref : Disable Telemetry Coverage
// https://blog.mozilla.org/data/2018/08/20/effectively-measuring-search-in-firefox/ // https://blog.mozilla.org/data/2018/08/20/effectively-measuring-search-in-firefox/