Bug 791670 - part 1 - flip the browser.newtab.preload pref; r=jaws

This commit is contained in:
Tim Taubert 2013-06-04 22:20:44 +02:00
parent f9e2b00f87
commit 1b891a3551

View File

@ -1193,7 +1193,7 @@ pref("browser.panorama.animate_zoom", true);
// Defines the url to be used for new tabs.
pref("browser.newtab.url", "about:newtab");
// Activates preloading of the new tab url.
pref("browser.newtab.preload", false);
pref("browser.newtab.preload", true);
// Toggles the content of 'about:newtab'. Shows the grid when enabled.
pref("browser.newtabpage.enabled", true);