Bug 702792 - Port |Bug 700201 - Addons that haven't been updated for an extremely long time should not be compatible by default|. Part 1: Add prefs, compatible-by-default disabled. r=IanN

This commit is contained in:
Jens Hatlak 2011-11-26 00:19:52 +01:00
Родитель 152173d287
Коммит 09e953a4ce
1 изменённых файлов: 8 добавлений и 0 удалений

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

@ -548,6 +548,14 @@ pref("app.update.incompatible.mode", 0);
// Enables some extra Extension System Logging (can reduce performance)
pref("extensions.logging.enabled", false);
// Enables strict compatibility. To be toggled in bug 698653, to make addons
// compatible by default.
pref("extensions.strictCompatibility", true);
// Specifies a minimum maxVersion an addon needs to say it's compatible with
// for it to be compatible by default.
pref("extensions.minCompatibleAppVersion", "2.1");
// Blocklist preferences
pref("extensions.blocklist.enabled", true);
pref("extensions.blocklist.interval", 86400);