firefox-esr68/firefox-disable-check-default-browser.patch

13 lines
693 B
Diff
Raw Permalink Normal View History

diff -Naur mozilla/browser/app/profile/firefox.js mozilla.tpg/browser/app/profile/firefox.js
--- mozilla/browser/app/profile/firefox.js 2008-02-04 19:36:22.000000000 +0000
+++ mozilla.tpg/browser/app/profile/firefox.js 2008-02-29 21:26:08.000000000 +0000
@@ -247,7 +247,7 @@ pref("general.autoScroll", true);
2012-05-15 04:44:00 +04:00
#endif
2012-02-01 14:23:54 +04:00
2012-05-15 04:44:00 +04:00
// At startup, check if we're the default browser and prompt user if not.
2012-02-01 14:23:54 +04:00
-pref("browser.shell.checkDefaultBrowser", true);
+pref("browser.shell.checkDefaultBrowser", false);
// 0 = blank, 1 = home (browser.startup.homepage), 2 = last visited page, 3 = resume previous browser session
// The behavior of option 3 is detailed at: http://wiki.mozilla.org/Session_Restore