summaryrefslogtreecommitdiff
path: root/community/librewolf/vendor-prefs.js
blob: 875fb91041030867435ebb1b707112381c7ff247 (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");

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

// Disable Privacy-Preserving Attribution Measurement
pref("dom.private-attribution.submission.enabled", false);