-
Notifications
You must be signed in to change notification settings - Fork 0
/
prefs.js
25 lines (22 loc) · 1.16 KB
/
prefs.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// This is the Debian specific preferences file for Iceweasel
// You can make any change in here, it is the purpose of this file.
// You can, with this file and all files present in the
// /etc/iceweasel/pref directory, override any preference that is
// present in /usr/lib/iceweasel/defaults/preferences directory.
// While your changes will be kept on upgrade if you modify files in
// /etc/iceweasel/pref, please note that they won't be kept if you
// do make your changes in /usr/lib/iceweasel/defaults/preferences.
//
// Note that lockPref is allowed in these preferences files if you
// don't want users to be able to override some preferences.
pref("extensions.update.enabled", true);
// Use LANG environment variable to choose locale
pref("intl.locale.matchOS", true);
// Disable default browser checking.
user_pref("browser.startup.homepage", "http://canaima.softwarelibre.gob.ve");
pref("webgl.force-enabled", true);
pref("webgl.force_osmesa", true);
pref("webgl.osmesalib", "/usr/lib/libOSMesa.so");
pref("webgl.prefer-native-gl", true);
pref("security.ssl.allow_unrestricted_renego_everywhere__temporarily_available_pref", true);
pref("browser.search.openintab", true);