Closed
Bug 582415
Opened 15 years ago
Closed 7 years ago
extensions.checkCompatibility.4.0b to false does not prevent compatibility check
Categories
(Firefox :: Extension Compatibility, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: twcclegg, Unassigned)
Details
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b2) Gecko/20100720 Firefox/4.0b2
Build Identifier: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b2) Gecko/20100720 Firefox/4.0b2
With latest 4.0b2 version having config key 'extensions.checkCompatibility.4.0b' set to false does not prevent compatibility check as per what has been standard in previous versions.
Reproducible: Always
Steps to Reproduce:
1. open about:config
2. add boolean key extensions.checkCompatibility.4.0b
3. set to false
4. restart firefox
Actual Results:
'incompatible' add-ons are still disabled
Expected Results:
'incompatible' add-ons should be allowed
I'm also experiencing this bug on 4.0rc1 for Windows
Build ID : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0) Gecko/20100101 Firefox/4.0
from prefs.js (source of about:config):
user_pref("extensions.checkCompatibility", false);
user_pref("extensions.checkCompatibility.3.6", false);
user_pref("extensions.checkCompatibility.3.6b", false);
user_pref("extensions.checkCompatibility.3.6p", false);
user_pref("extensions.checkCompatibility.3.6pre", false);
user_pref("extensions.checkCompatibility.3.7a", false);
user_pref("extensions.checkCompatibility.4.0b", false);
user_pref("extensions.checkCompatibility.4.0p", false);
user_pref("extensions.checkCompatibility.4.0pre", false);
Comment 2•7 years ago
|
||
No longer relevant in Firefox 57.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•