Skip to content

Commit

Permalink
datareporting.healthreport.service.enabled
Browse files Browse the repository at this point in the history
Uploading of the data was already disabled, but Firefox still collected
the data to these healthreport.sqlite* files.
  • Loading branch information
pyllyukko committed Jun 16, 2015
1 parent b4934ff commit 30a7b5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ user_pref("browser.polaris.enabled", true);
// disable sending of the health report
// https://support.mozilla.org/en-US/kb/firefox-health-report-understand-your-browser-perf
user_pref("datareporting.healthreport.uploadEnabled", false);
// disable collection of the data (the healthreport.sqlite* files)
user_pref("datareporting.healthreport.service.enabled", false);

// Disable new tab tile ads & preload
// http://www.thewindowsclub.com/disable-remove-ad-tiles-from-firefox
Expand Down

0 comments on commit 30a7b5d

Please sign in to comment.