openbsd-ports/www/mozilla-firefox/patches/patch-browser_app_profile_firefox_js
martynas 6dfe2634be security update to mozilla-firefox-3.0.5. MFSA 2008-69; MFSA
2008-68; MFSA 2008-67; MFSA 2008-66; MFSA 2008-65; MFSA 2008-64;
MFSA 2008-63; MFSA 2008-60.
tested by sthen@ and naddy@.  ok naddy@
2008-12-18 19:27:13 +00:00

38 lines
1.6 KiB
Plaintext

$OpenBSD: patch-browser_app_profile_firefox_js,v 1.2 2008/12/18 19:27:13 martynas Exp $
--- browser/app/profile/firefox.js.orig Tue Nov 18 23:36:20 2008
+++ browser/app/profile/firefox.js Wed Dec 17 07:47:36 2008
@@ -89,7 +89,7 @@ pref("browser.dictionaries.download.url", "https://%LO
// 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
@@ -590,10 +590,10 @@ pref("gecko.handlerService.allowRegisterFromDifferentH
#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.2");
@@ -658,10 +658,8 @@ pref("browser.EULA.version", 3);
pref("browser.rights.version", 3);
pref("browser.rights.3.shown", false);
-#ifdef DEBUG
-// Don't show the about:rights notification in debug builds.
+// Don't show the about:rights notification
pref("browser.rights.override", true);
-#endif
pref("browser.sessionstore.enabled", true);
pref("browser.sessionstore.resume_from_crash", true);