diff options
author | Christopher Aillon <caillon@fedoraproject.org> | 2008-01-31 19:47:56 +0000 |
---|---|---|
committer | Christopher Aillon <caillon@fedoraproject.org> | 2008-01-31 19:47:56 +0000 |
commit | 3cc6765ae81c38349519f50f984c63a134d4b1b6 (patch) | |
tree | ff3d20ffd39d5c5dd822fe6ec11aee572f15cb24 /firefox-redhat-default-prefs.js | |
parent | bump the req (diff) | |
download | librewolf-fedora-ff-3cc6765ae81c38349519f50f984c63a134d4b1b6.tar.gz librewolf-fedora-ff-3cc6765ae81c38349519f50f984c63a134d4b1b6.tar.bz2 librewolf-fedora-ff-3cc6765ae81c38349519f50f984c63a134d4b1b6.zip |
Disable the default browser check
Diffstat (limited to 'firefox-redhat-default-prefs.js')
-rw-r--r-- | firefox-redhat-default-prefs.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox-redhat-default-prefs.js b/firefox-redhat-default-prefs.js index 5d781f3..a80a51d 100644 --- a/firefox-redhat-default-prefs.js +++ b/firefox-redhat-default-prefs.js @@ -4,6 +4,7 @@ pref("app.update.autoInstallEnabled", false); pref("browser.backspace_action", 2); pref("browser.display.use_system_colors", true); pref("browser.link.open_external", 3); +pref("browser.shell.checkDefaultBrowser", false); pref("general.smoothScroll", true); pref("general.useragent.vendor", "Fedora"); pref("general.useragent.vendorSub", "FIREFOX_RPM_VR"); |