firefox-esr91/firefox-39.0-disable-check-default-browser.patch

13 lines
597 B
Diff
Raw Normal View History

2013-06-25 19:53:27 +04:00
diff -urN mozilla-release.orig/browser/app/profile/firefox.js mozilla-release/browser/app/profile/firefox.js
2015-07-03 13:30:08 +03:00
--- mozilla-release.orig/browser/app/profile/firefox.js 2015-07-03 13:03:04.894795120 +0300
+++ mozilla-release/browser/app/profile/firefox.js 2015-07-03 13:21:53.836449297 +0300
@@ -271,7 +271,7 @@
2013-11-05 14:20:13 +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);
2013-06-25 19:53:27 +04:00
pref("browser.shell.shortcutFavicons",true);
2015-07-03 13:30:08 +03:00
pref("browser.shell.mostRecentDateSetAsDefault", "");
2012-02-01 14:23:54 +04:00