mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
12 lines
417 B
JavaScript
12 lines
417 B
JavaScript
// Use LANG environment variable to choose locale
|
|
pref("intl.locale.matchOS", true);
|
|
|
|
// Disable default mailer checking.
|
|
pref("mail.shell.checkDefaultMail", false);
|
|
|
|
// Don't disable our bundled extensions in the application directory
|
|
pref("extensions.autoDisableScopes", 11);
|
|
pref("extensions.shownSelectionUI", true);
|
|
|
|
// https://bugzilla.mozilla.org/show_bug.cgi?id=1245783
|
|
pref("javascript.options.ion", false);
|