summarylogtreecommitdiffstats
path: root/vendor.js
blob: 1e759c560529989f3ff73985019c6d38539ad432 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Use LANG environment variable to choose locale
pref("intl.locale.requested", "");

// Use system-provided dictionaries
pref("spellchecker.dictionary_path", "/usr/share/hunspell");
// Disable default browser checking.
pref("browser.shell.checkDefaultBrowser", false);

// Don't disable our bundled extensions in the application directory
pref("extensions.autoDisableScopes", 11);
pref("extensions.shownSelectionUI", true);