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 @@ // App-specific update preferences // 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: // @@ -186,7 +186,7 @@ // Whether or not the application should check at startup each time if it // is the default browser. -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,7 @@ pref("network.cookie.cookieBehavior", 0); // 0-Accept, 1-dontAcceptForeign, 2-dontUse // l12n and i18n +pref("intl.locale.matchOS", true); pref("intl.accept_languages", "chrome://global/locale/intl.properties"); pref("intl.charsetmenu.browser.static", "chrome://global/locale/intl.properties"); pref("intl.charsetmenu.browser.more1", "chrome://global/locale/intl.properties"); @@ -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); // We want to make sure mail URLs are handled externally... pref("network.protocol-handler.external.mailto", true); // for mail @@ -592,10 +592,10 @@ #ifdef MOZ_SAFE_BROWSING // Safe browsing does nothing unless this pref is set -pref("browser.safebrowsing.enabled", true); +pref("browser.safebrowsing.enabled", false); // Prevent loading of pages identified as malware -pref("browser.safebrowsing.malware.enabled", true); +pref("browser.safebrowsing.malware.enabled", false); // Non-enhanced mode (local url lists) URL list to check for updates pref("browser.safebrowsing.provider.0.updateURL", "http://safebrowsing.clients.google.com/safebrowsing/downloads?client={moz:client}&appver={moz:version}&pver=2.1"); 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.

- + ">