Updated and bugfix mozilla.cfg

This commit is contained in:
Peter Singer
2014-09-06 10:26:09 +02:00
parent 1f73e54ce5
commit c369429c00
10 changed files with 14 additions and 12 deletions

View File

@@ -16,8 +16,9 @@ lockPref("toolkit.telemetry.enabled", false);
lockPref("toolkit.telemetry.rejected", true);
lockPref("toolkit.telemetry.prompted", 2);
// Disables Health Report Uploads
lockPref("datareporting.healthreport.uploadEnabled",false);
// Disables Health Reporting Completely
lockPrefPref("datareporting.healthreport.service.enabled", false);
// lockPrefPref("datareporting.healthreport.service.enabled", false);
// Disables Health Report Uploads
lockPref("datareporting.healthreport.uploadEnabled", false);
lockPref("datareporting.healthreport.documentServerURI", "");