2009-12-02 22:45:16 -08:00
|
|
|
pref("startup.homepage_override_url","http://www.mozilla.com/%LOCALE%/%APP%/%VERSION%/whatsnew/");
|
|
|
|
pref("startup.homepage_welcome_url","http://www.mozilla.com/%LOCALE%/%APP%/%VERSION%/firstrun/");
|
2008-11-04 21:50:52 -08:00
|
|
|
// Interval: Time between checks for a new version (in seconds)
|
|
|
|
// nightly=6 hours, official=24 hours
|
|
|
|
pref("app.update.interval", 86400);
|
2009-02-15 23:34:56 -08:00
|
|
|
// The time interval between the downloading of mar file chunks in the
|
|
|
|
// background (in seconds)
|
|
|
|
pref("app.update.download.backgroundInterval", 600);
|
2007-03-22 10:30:00 -07:00
|
|
|
// URL user can browse to manually if for some reason all update installation
|
|
|
|
// attempts fail.
|
2009-11-18 21:50:05 -08:00
|
|
|
pref("app.update.url.manual", "http://www.firefox.com");
|
2007-03-22 10:30:00 -07:00
|
|
|
// A default value for the "More information about this update" link
|
|
|
|
// supplied in the "An update is available" page of the update wizard.
|
2009-12-02 22:45:16 -08:00
|
|
|
pref("app.update.url.details", "http://www.mozilla.com/%LOCALE%/%APP%/releases/");
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
// Release notes URL
|
2009-12-02 22:45:16 -08:00
|
|
|
pref("app.releaseNotesURL", "http://www.mozilla.com/%LOCALE%/%APP%/%VERSION%/releasenotes/");
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2009-06-04 18:20:48 -07:00
|
|
|
pref("browser.search.param.yahoo-fr", "moz35");
|
2009-12-23 16:35:56 -08:00
|
|
|
pref("browser.search.param.yahoo-fr-cjkt", "moz35"); // now unused
|
|
|
|
pref("browser.search.param.yahoo-fr-ja", "mozff");
|