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

Abrowser: made about:abrowser the home page, disabled dns prefetch, disabled...

Abrowser: made about:abrowser the home page, disabled dns prefetch, disabled config button on newtab
parent 34c8554d
No related branches found
No related tags found
No related merge requests found
...@@ -4,5 +4,5 @@ locale abrowserhome af chrome/locale/es/ ...@@ -4,5 +4,5 @@ locale abrowserhome af chrome/locale/es/
locale abrowserhome ak chrome/locale/en/ locale abrowserhome ak chrome/locale/en/
component {a364a9c0-2960-11e4-8c21-0800200c9a66} components/aboutAbrowser.js component {a364a9c0-2960-11e4-8c21-0800200c9a66} components/aboutAbrowser.js
contract @mozilla.org/network/protocol/about;1?what=abrowser {a364a9c0-2960-11e4-8c21-0800200c9a66} contract @mozilla.org/network/protocol/about;1?what=startpage {a364a9c0-2960-11e4-8c21-0800200c9a66}
...@@ -14,7 +14,7 @@ pref("browser.search.order.extra.duckduckgo", "DuckDuckGo (SSL)"); ...@@ -14,7 +14,7 @@ pref("browser.search.order.extra.duckduckgo", "DuckDuckGo (SSL)");
pref("browser.search.showOneOffButtons", false); pref("browser.search.showOneOffButtons", false);
pref("browser.search.suggest.enabled",false); pref("browser.search.suggest.enabled",false);
// Disable preconnecting to search engine when clicking on the search bar // Disable preconnecting to search engine when clicking on the search bar
//pref("network.http.speculative-parallel-limit", 0); pref("network.http.speculative-parallel-limit", 0);
// Disable plugin installer // Disable plugin installer
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=40 VERSION=41
. ./config . ./config
...@@ -200,9 +200,9 @@ cp $DATA/aboutabrowser@trisquel.info -r debian ...@@ -200,9 +200,9 @@ cp $DATA/aboutabrowser@trisquel.info -r debian
echo "debian/aboutabrowser@trisquel.info @MOZ_ADDONDIR@/extensions/" >> debian/abrowser.install.in echo "debian/aboutabrowser@trisquel.info @MOZ_ADDONDIR@/extensions/" >> debian/abrowser.install.in
# Disable newtab "What is this" popup and config button # Disable newtab "What is this" popup and config button
cat << EOF >> ./browser/base/content/newtab/newTab.css cat << EOF >> toolkit/themes/linux/global/global.css
#newtab.customize.what, #newtab.customize.button { #newtab-customize-button, #newtab-intro-what{
display:none; display:none
} }
EOF EOF
......
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