home *** CD-ROM | disk | FTP | other *** search
/ PC Advisor 2010 April / PCA177.iso / ESSENTIALS / Firefox Setup.exe / nonlocalized / defaults / pref / firefox-branding.js < prev    next >
Encoding:
Text File  |  2009-07-15  |  1008 b   |  18 lines

  1. pref("startup.homepage_override_url","http://%LOCALE%.www.mozilla.com/%LOCALE%/%APP%/%VERSION%/whatsnew/");
  2. pref("startup.homepage_welcome_url","http://%LOCALE%.www.mozilla.com/%LOCALE%/%APP%/%VERSION%/firstrun/");
  3. // Interval: Time between checks for a new version (in seconds)
  4. // nightly=6 hours, official=24 hours
  5. pref("app.update.interval", 86400);
  6. // URL user can browse to manually if for some reason all update installation
  7. // attempts fail.
  8. pref("app.update.url.manual", "http://%LOCALE%.www.mozilla.com/%LOCALE%/%APP%/");
  9. // A default value for the "More information about this update" link
  10. // supplied in the "An update is available" page of the update wizard. 
  11. pref("app.update.url.details", "http://%LOCALE%.www.mozilla.com/%LOCALE%/%APP%/releases/");
  12.  
  13. // Release notes URL
  14. pref("app.releaseNotesURL", "http://%LOCALE%.www.mozilla.com/%LOCALE%/%APP%/%VERSION%/releasenotes/");
  15.  
  16. pref("browser.search.param.yahoo-fr", "moz35");
  17. pref("browser.search.param.yahoo-fr-cjkt", "moz35");
  18.