summaryrefslogtreecommitdiffstats
path: root/source/xap/mozilla-thunderbird/mozilla-thunderbird-firefox.diff
blob: fdf20963dda38cda124efe7245534a40c6a90c2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./defaults/pref/all-thunderbird.js.orig	2005-10-25 22:03:39.000000000 -0500
+++ ./defaults/pref/all-thunderbird.js	2005-12-09 16:22:00.000000000 -0600
@@ -440,3 +440,8 @@
 
 // prevent status-bar spoofing even if people are foolish enough to turn on JS
 pref("dom.disable_window_status_change",          true);
+
+// Use Firefox as the default for http:// and https:// links
+pref("network.protocol-handler.app.http", "/usr/bin/firefox");
+pref("network.protocol-handler.app.https", "/usr/bin/firefox");
+