summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2014-09-23 18:08:10 +0200
committerJan Pokorný <jpokorny@redhat.com>2014-09-23 18:08:10 +0200
commitc275b36831169e285f223de8b6ba2cf940c36ca9 (patch)
tree9b43b154a099f776bdf862896de29e36b942e82f
parent3a25fdb89ee94a1d44e102d7a5ea821b11c22f7d (diff)
downloaddotfiles-c275b36831169e285f223de8b6ba2cf940c36ca9.tar.gz
dotfiles-c275b36831169e285f223de8b6ba2cf940c36ca9.tar.xz
dotfiles-c275b36831169e285f223de8b6ba2cf940c36ca9.zip
Firefox first-run config: also lock down no data reports
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-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