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:
Родитель
09e953a4ce
Коммит
136d1b7252
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче