Skip to content
Snippets Groups Projects
Commit 516450ae authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Abrowser: fixed about:home, newTab.css and datareport nagging

parent 6a6c313a
No related branches found
No related tags found
No related merge requests found
......@@ -5,4 +5,5 @@ locale abrowserhome ak chrome/locale/en/
component {a364a9c0-2960-11e4-8c21-0800200c9a66} components/aboutAbrowser.js
contract @mozilla.org/network/protocol/about;1?what=startpage {a364a9c0-2960-11e4-8c21-0800200c9a66}
contract @mozilla.org/network/protocol/about;1?what=home {a364a9c0-2960-11e4-8c21-0800200c9a66}
......@@ -101,6 +101,7 @@ pref("browser.safebrowsing.malware.enabled", false);
pref("services.sync.privacyURL", "http://trisquel.info/en/legal");
pref("social.enabled", false);
pref("social.remote-install.enabled", false);
pref("datareporting.policy.dataSubmissionEnabled", false);
pref("datareporting.healthreport.uploadEnabled", false);
pref("social.toast-notifications.enabled", false);
pref("datareporting.healthreport.uploadEnabled", false);
......
#!/bin/bash
#
# Copyright (C) 2008-2014 Ruben Rodriguez <ruben@trisquel.info>
# Copyright (C) 2008-2015 Ruben Rodriguez <ruben@trisquel.info>
# Copyright (C) 2015 Santiago Rodriguez <santi@trisquel.info>
#
# This program is free software; you can redistribute it and/or modify
......@@ -18,7 +18,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=42
VERSION=43
. ./config
......@@ -160,7 +160,7 @@ cp $DATA/aboutabrowser@trisquel.info -r debian
echo "debian/aboutabrowser@trisquel.info @MOZ_ADDONDIR@/extensions/" >> debian/abrowser.install.in
# Disable newtab "What is this" popup and config button
cat << EOF >> toolkit/themes/linux/global/global.css
cat << EOF >> browser/themes/linux/newtab/newTab.css
#newtab-customize-button, #newtab-intro-what{
display:none
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment