blob: 3d93cec01bef78968c1d9d2ce1f9dc966798a441 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// Use LANG environment variable to choose locale
pref("intl.locale.matchOS", true);
// 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);
// Disable Social API
pref("social.remote-install.enabled", false);
|