diff options
author | Jan Horak <jhorak@redhat.com> | 2014-01-23 10:26:08 +0100 |
---|---|---|
committer | Jan Horak <jhorak@redhat.com> | 2014-01-23 10:26:08 +0100 |
commit | 0a58c3e66322816d5ff78a622ec27a1591d96760 (patch) | |
tree | 31f1545bacdfe24030f63bc800990eba8bc39ca0 /firefox-redhat-default-prefs.js | |
parent | Fixed langpack installation (diff) | |
download | librewolf-fedora-ff-0a58c3e66322816d5ff78a622ec27a1591d96760.tar.gz librewolf-fedora-ff-0a58c3e66322816d5ff78a622ec27a1591d96760.tar.bz2 librewolf-fedora-ff-0a58c3e66322816d5ff78a622ec27a1591d96760.zip |
Set homepage to about:newtab
Diffstat (limited to 'firefox-redhat-default-prefs.js')
-rw-r--r-- | firefox-redhat-default-prefs.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/firefox-redhat-default-prefs.js b/firefox-redhat-default-prefs.js index 2de18c1..25f3fe2 100644 --- a/firefox-redhat-default-prefs.js +++ b/firefox-redhat-default-prefs.js @@ -17,4 +17,5 @@ pref("extensions.shownSelectionUI", true); pref("gfx.color_management.enablev4", true); pref("ui.SpellCheckerUnderlineStyle", 1); pref("startup.homepage_override_url", ""); -pref("browser.startup.homepage", "data:text/plain,browser.startup.homepage=http://start.fedoraproject.org/"); +pref("browser.startup.homepage", "data:text/plain,browser.startup.homepage=about:newtab"); +pref("browser.newtabpage.pinned", '[{"url":"http://start.fedoraproject.org/","title":"Fedora Project - Start Page"}]'); |