-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprefs.patch
More file actions
30 lines (25 loc) · 1.31 KB
/
prefs.patch
File metadata and controls
30 lines (25 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
--- mozilla.orig/comm/mail/app/profile/all-thunderbird.js 2008-06-23 14:04:11.000000000 +0200
+++ mozilla/comm/mail/app/profile/all-thunderbird.js 2008-06-24 13:22:48.000000000 +0200
@@ -55,7 +55,7 @@
// should no longer be used directly. Instead, getAppUpdateAutoEnabled and
// getAppUpdateAutoEnabled from UpdateUtils.sys.mjs should be used.
#ifndef XP_WIN
- pref("app.update.auto", true);
+ pref("app.update.auto", false);
#endif
// If set to true, the Update Service will apply updates in the background
@@ -416,7 +416,7 @@
// analyze urls in mail messages for scams
-pref("mail.phishing.detection.enabled", true);
+pref("mail.phishing.detection.enabled", false);
pref("mail.phishing.detection.disallow_form_actions", true);
pref("browser.safebrowsing.reportPhishURL", "https://%LOCALE%.phish-report.mozilla.com/?hl=%LOCALE%");
--- mozilla.orig/modules/libpref/init/all.js
+++ mozilla/modules/libpref/init/all.js
@@ -1053,6 +1053,7 @@ pref("javascript.options.ion.offthread_compilation", true);
// memory, but makes things like Function.prototype.toSource()
// fail.
pref("javascript.options.discardSystemSource", false);
+pref("javascript.options.showInConsole", true);
// Many of the the following preferences tune the SpiderMonkey GC, if you
// change the defaults here please also consider changing them in