diff -ur mozilla.orig/browser/app/profile/firefox.js mozilla/browser/app/profile/firefox.js --- mozilla.orig/browser/app/profile/firefox.js 2008-06-21 12:55:30.000000000 +0200 +++ mozilla/browser/app/profile/firefox.js 2008-06-21 15:25:48.000000000 +0200 @@ -89,12 +89,12 @@ pref("app.update.certs.2.commonName", "aus3.mozilla.org"); // Whether or not app updates are enabled -pref("app.update.enabled", true); +pref("app.update.enabled", false); // This preference turns on app.update.mode and allows automatic download and // install to take place. We use a separate boolean toggle for this to make // the UI easier to construct. -pref("app.update.auto", true); +pref("app.update.auto", false); // Defines how the Application Update Service notifies the user about updates: // @@ -249,7 +249,7 @@ #endif // At startup, check if we're the default browser and prompt user if not. -pref("browser.shell.checkDefaultBrowser", true); +pref("browser.shell.checkDefaultBrowser", false); // 0 = blank, 1 = home (browser.startup.homepage), 2 = last visited page, 3 = resume previous browser session // The behavior of option 3 is detailed at: http://wiki.mozilla.org/Session_Restore @@ -391,6 +394,8 @@ // 0: no backups created (and deletes all existing backups) pref("browser.bookmarks.max_backups", 10); +pref("intl.locale.matchOS", true); + // Scripts & Windows prefs pref("dom.disable_open_during_load", true); pref("javascript.options.showInConsole", true); @@ -445,7 +445,7 @@ pref("alerts.totalOpenTime", 4000); pref("browser.xul.error_pages.enabled", true); -pref("browser.xul.error_pages.expert_bad_cert", false); +pref("browser.xul.error_pages.expert_bad_cert", true); // Work Offline is best manually managed by the user. pref("network.manage-offline-status", false); diff -ur mozilla.orig/browser/locales/en-US/chrome/overrides/netError.dtd mozilla/browser/locales/en-US/chrome/overrides/netError.dtd --- mozilla.orig/browser/locales/en-US/chrome/overrides/netError.dtd 2008-06-21 12:55:30.000000000 +0200 +++ mozilla/browser/locales/en-US/chrome/overrides/netError.dtd 2008-06-22 13:52:26.000000000 +0200 @@ -175,6 +175,6 @@ You should not add an exception if you are using an internet connection that you do not trust completely or if you are not used to seeing a warning for this server.

- + ">