From c275b36831169e285f223de8b6ba2cf940c36ca9 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Tue, 23 Sep 2014 18:08:10 +0200 Subject: Firefox first-run config: also lock down no data reports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- scripts/firstrun/10-firefox/main | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit