summaryrefslogtreecommitdiff
path: root/libre/iceweasel-libre/vendor.js
blob: 91414dbbd01de75a01ad597373ed33f8b75b362b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// 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);

pref("keyword.URL", "");
pref("app.update.enabled", false);
pref("app.update.auto", false);
pref("dom.storage.enabled", false);

// Disable Social API
pref("social.remote-install.enabled", false);

// Disable missing nonfree flash notification
pref("plugins.notifyMissingFlash", false);