summaryrefslogtreecommitdiff
path: root/~emulatorman/icecat/vendor.js
blob: 3fbf3d7b7f92760ac20babb5896c011373141d85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// 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);

// Make sure that safebrowsing is disabled
pref("browser.safebrowsing.enabled", false);
pref("browser.safebrowsing.malware.enabled", false);