Update 'user.js'

This commit is contained in:
Narsil 2020-11-11 09:51:13 -05:00
parent df0df3165f
commit c6a9ac0eb9
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ user_pref("toolkit.telemetry.firstShutdownPing.enabled", false); // [FF57+]
// 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);
// -------------------------------------
// Disable Telemetry Coverage
// https://blog.mozilla.org/data/2018/08/20/effectively-measuring-search-in-firefox/ ***/