default background checking to OFF for now

This commit is contained in:
ben%bengoodger.com 2005-06-22 01:00:56 +00:00
parent ffe3de55a8
commit f4e745ab8e

View File

@ -71,7 +71,7 @@ pref("extensions.ignoreMTimeChanges", false);
pref("extensions.logging.enabled", false);
// App-specific update preferences
pref("app.update.enabled", true); // Whether or not app updates are enabled
pref("app.update.enabled", false); // Whether or not app updates are enabled
// Whether or not automated background app updates are enabled.
pref("app.update.autoInstallEnabled", true);