Abrowser: fixed about:home, newTab.css and datareport nagging
This commit is contained in:
parent
6a6c313ace
commit
516450ae56
3 changed files with 5 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue