diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js index 57f5624773f..2ee9e4052d7 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -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);