$OpenBSD: patch-other-licenses_branding_firefox_pref_firefox-branding_js,v 1.3 2010/04/26 19:55:58 landry Exp $ --- other-licenses/branding/firefox/pref/firefox-branding.js.orig Wed Dec 15 02:03:34 2010 +++ other-licenses/branding/firefox/pref/firefox-branding.js Wed Dec 22 22:33:03 2010 @@ -1,6 +1,6 @@ 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/"); -pref("browser.panorama.welcome_url", "http://www.mozilla.com/firefox/panorama/"); +pref("startup.homepage_override_url","about:blank"); +pref("startup.homepage_welcome_url","about:blank"); // Interval: Time between checks for a new version (in seconds) // nightly=6 hours, official=24 hours pref("app.update.interval", 86400);