Bug 751145 - Silent extensions update mechanism. r=cjones

This commit is contained in:
Vivien Nicolas 2012-05-04 20:02:05 +02:00
Родитель c9abe200c0
Коммит ca15e9bb97
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -503,3 +503,8 @@ pref("app.update.download.backgroundInterval", 0);
// field. // field.
pref("app.update.log", true); pref("app.update.log", true);
#endif #endif
// Extensions preferences
pref("extensions.update.enabled", false);
pref("extensions.getAddons.cache.enabled", false);