Bug 702792 - Port |Bug 700201 - Addons that haven't been updated for an extremely long time should not be compatible by default|. Part 2: Enable compatible-by-default (port bug 698653). r=IanN

This commit is contained in:
Jens Hatlak 2011-11-26 01:14:58 +01:00
Родитель 09e953a4ce
Коммит 136d1b7252
1 изменённых файлов: 2 добавлений и 3 удалений

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

@ -548,9 +548,8 @@ 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);
// Disables strict compatibility, making addons compatible-by-default.
pref("extensions.strictCompatibility", false);
// Specifies a minimum maxVersion an addon needs to say it's compatible with
// for it to be compatible by default.