vendor.js 320 B

123456789
  1. // Use LANG environment variable to choose locale
  2. pref("intl.locale.matchOS", true);
  3. // Disable default mailer checking.
  4. pref("mail.shell.checkDefaultMail", false);
  5. // Don't disable our bundled extensions in the application directory
  6. pref("extensions.autoDisableScopes", 11);
  7. pref("extensions.shownSelectionUI", true);