Magellan Linux

Contents of /trunk/mozilla-firefox/magellan.js

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2024 - (show annotations) (download) (as text)
Thu Jan 10 17:36:46 2013 UTC (11 years, 3 months ago) by niro
File MIME type: application/javascript
File size: 376 byte(s)
-apply our default settings via script, no patches anymore
1 // Use LANG environment variable to choose locale
2 pref("intl.locale.matchOS", true);
3
4 // Disable default browser check
5 pref("browser.shell.checkDefaultBrowser", false);
6
7 // Disable auto update
8 pref("app.update.auto", false);
9 pref("app.update.enabled, false);
10 pref("app.update.autoInstallEnabled", false);
11
12 // Use system colors
13 pref("browser.display.use_system_colors", true);