by default app.update.enabled should be true
git-svn-id: svn://10.0.0.236/trunk@177374 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -53,7 +53,7 @@ pref("update.extensions.enabled", true);
|
||||
// App-specific update preferences
|
||||
|
||||
// Whether or not app updates are enabled
|
||||
pref("app.update.enabled", false);
|
||||
pref("app.update.enabled", true);
|
||||
|
||||
// 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
|
||||
|
||||
Reference in New Issue
Block a user