summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/firstrun/10-firefox/main2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/firstrun/10-firefox/main b/scripts/firstrun/10-firefox/main
index de348df..8c60d75 100644
--- a/scripts/firstrun/10-firefox/main
+++ b/scripts/firstrun/10-firefox/main
@@ -166,4 +166,6 @@ EOF" -- root
cat >~/.mozilla/firefox/user-prefs.cfg <<-EOF
//
lockPref("browser.zoom.full", true);
+ lockPref("datareporting.healthreport.uploadEnabled", false);
+ lockPref("datareporting.healthreport.service.enabled", false);
EOF