mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 21:28:55 +00:00
bug 42678. Disabling JS in mailnews by default; it can be reactivated from prefs. Lots of people asked for this. a=brendan, r=rginda.
This commit is contained in:
parent
11a8a9b2aa
commit
789ca54db9
@ -197,7 +197,7 @@ localDefPref("ghist.visitcount.width", 1000);
|
||||
localDefPref("ghist.window_rect", "0,0,0,0");
|
||||
|
||||
pref("javascript.enabled", true);
|
||||
pref("javascript.allow.mailnews", true);
|
||||
pref("javascript.allow.mailnews", false);
|
||||
pref("javascript.allow.signing", true);
|
||||
pref("javascript.reflect_preferences", false); // for PE
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user