abrowser: disable home snippets

Author: g4cj
Source: https://trisquel.info/en/issues/13954
This commit is contained in:
Santiago Rodriguez 2015-04-08 16:12:02 +02:00
parent de69e43dc6
commit a07b1cff64

View file

@ -122,7 +122,8 @@ pref("plugin.state.flash", 1);
pref("browser.newtabpage.directory.source", ""); pref("browser.newtabpage.directory.source", "");
pref("browser.newtabpage.directory.ping", ""); pref("browser.newtabpage.directory.ping", "");
pref("browser.newtabpage.introShown", true); pref("browser.newtabpage.introShown", true);
// Disable home snippets
pref("browser.aboutHomeSnippets.updateUrl", "data:text/html");
// Services // Services
pref("gecko.handlerService.schemes.mailto.0.name", ""); pref("gecko.handlerService.schemes.mailto.0.name", "");