Abrowser: made about:abrowser the home page, disabled dns prefetch, disabled config button on newtab

This commit is contained in:
Ruben Rodriguez 2015-09-07 23:52:46 -05:00
parent 34c8554d8f
commit 22fc9a71b3
3 changed files with 6 additions and 6 deletions

View file

@ -18,7 +18,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=40
VERSION=41
. ./config
@ -200,9 +200,9 @@ 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 >> ./browser/base/content/newtab/newTab.css
#newtab.customize.what, #newtab.customize.button {
display:none;
cat << EOF >> toolkit/themes/linux/global/global.css
#newtab-customize-button, #newtab-intro-what{
display:none
}
EOF