From e367542c7c410fc344c22b23460814ebff6145e1 Mon Sep 17 00:00:00 2001 From: trytomakeyouprivate <113100745+trytomakeyouprivate@users.noreply.github.com> Date: Fri, 27 Oct 2023 00:09:36 +0000 Subject: [PATCH] Disabled block_mozAddonManager, very outdated All the linked issues are fixed since v60.0 (!) It is intentional that Addons cannot run on AMO, to avoid addons injecting malicious .xpi downloads and tricking users into installing ANYTHING. I am wondering if there are more of these extremely outdated settings... --- user.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/user.js b/user.js index 4798b8a..f4111cd 100644 --- a/user.js +++ b/user.js @@ -761,8 +761,10 @@ user_pref("privacy.window.maxInnerWidth", 1600); user_pref("privacy.window.maxInnerHeight", 900); /* 4503: disable mozAddonManager Web API [FF57+] * [NOTE] To allow extensions to work on AMO, you also need 2662 - * [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1384330,1406795,1415644,1453988 ***/ -user_pref("privacy.resistFingerprinting.block_mozAddonManager", true); + * [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1384330: FIXED in 57.0 + * [2] 1406795,1415644 allowed addons Access to AMO and install malicious addons, FIXED in 60.0 + * [3] 1453988 forbids Addons to run on AMO, intentional against malicious addons***/ +// user_pref("privacy.resistFingerprinting.block_mozAddonManager", true); /* 4504: enable RFP letterboxing [FF67+] * Dynamically resizes the inner window by applying margins in stepped ranges [2] * If you use the dimension pref, then it will only apply those resolutions.