This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/mate-minidesktop-stretch in repository live-build-x2go. commit f9203a0d645504f84542a55b59e982de5f6de565 Author: Stefan Baur (BAUR-ITCS) <kontakt@baur-itcs.de> Date: Thu Jan 17 15:53:36 2019 +0000 added more firefox defaults --- config/includes.chroot/lib/live/config/2900-firefox-config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/includes.chroot/lib/live/config/2900-firefox-config b/config/includes.chroot/lib/live/config/2900-firefox-config index 2db4375..18acfb6 100755 --- a/config/includes.chroot/lib/live/config/2900-firefox-config +++ b/config/includes.chroot/lib/live/config/2900-firefox-config @@ -18,6 +18,9 @@ FirefoxConfig () cat >>/etc/firefox-esr/firefox-esr.js <<FIREFOXCONFIG //set some sane browser defaults +lockPref("browser.newtabpage.activity-stream.aboutHome.enabled", false); +lockPref("datareporting.policy.firstRunURL", ""); +lockPref("privacy.donottrackheader.enabled", true); lockPref("browser.rights.3.shown", true); lockPref("browser.startup.homepage_override.mstone","ignore"); lockPref("browser.startup.homepage", "$HOMEPAGEURL"); -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git