default background checking to OFF for now

This commit is contained in:
ben%bengoodger.com 2005-06-22 01:00:56 +00:00
Родитель 31609507b5
Коммит 3fc573b54d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);