--- 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 @@ -62,7 +62,7 @@ pref("extensions.systemAddon.update.url" // Disable add-ons that are not installed by the user in all scopes by default. // See the SCOPE constants in AddonManager.jsm for values to use here. -pref("extensions.autoDisableScopes", 15); +pref("extensions.autoDisableScopes", 3); // Add-on content security policies. pref("extensions.webextensions.base-content-security-policy", "script-src 'self' https://* moz-extension: blob: filesystem: 'unsafe-eval' 'unsafe-inline'; object-src 'self' https://* moz-extension: blob: filesystem:;"); @@ -111,12 +111,12 @@ pref("app.update.log", false); pref("app.update.backgroundMaxErrors", 10); // Whether or not app updates are enabled -pref("app.update.enabled", true); +pref("app.update.enabled", false); // If set to true, the Update Service will automatically download updates when // app updates are enabled per the app.update.enabled preference and if the user // can apply updates. -pref("app.update.auto", true); +pref("app.update.auto", false); // If set to true, the Update Service will present no UI for any event. pref("app.update.silent", false); @@ -206,7 +206,7 @@ pref("general.autoScroll", true); #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); pref("browser.shell.shortcutFavicons",true); pref("browser.shell.mostRecentDateSetAsDefault", ""); #ifdef RELEASE_OR_BETA @@ -462,6 +462,8 @@ pref("browser.bookmarks.max_backups", pref("browser.bookmarks.showRecentlyBookmarked", true); +pref("intl.locale.matchOS", true); + // Scripts & Windows prefs pref("dom.disable_open_during_load", true); pref("javascript.options.showInConsole", true); @@ -592,7 +594,7 @@ pref("mousewheel.with_control.action",3) pref("mousewheel.with_win.action", 1); 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); // Enable captive portal detection. pref("network.captive-portal-service.enabled", true); --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -1510,7 +1510,7 @@ pref("layout.css.visited_links_enabled", true); // A value of 0 means use the system DPI. A positive value is used as the DPI. // This sets the physical size of a device pixel and thus controls the // interpretation of physical units such as "pt". -pref("layout.css.dpi", -1); +pref("layout.css.dpi", 0); // Set the number of device pixels per CSS pixel. A value <= 0 means choose // automatically based on user settings for the platform (e.g., "UI scale factor"