From f5ffeff97197dab9a5e2c7066ac49db66f669031 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Mon, 18 Sep 2017 18:40:15 +1200 Subject: [PATCH] 4503: RFP mozAddonManager Inactive: 1: currently only three sites (hard-coded) can access this, all run by Mozilla 2: it is likely to be used on the new AMO site to determine your Firefox version --- user.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/user.js b/user.js index 84dd55f..e1921b6 100644 --- a/user.js +++ b/user.js @@ -1594,6 +1594,9 @@ user_pref("privacy.resistFingerprinting", true); // (hidden pref) (not hidden FF * [2] https://hardware.metrics.mozilla.com/ ***/ user_pref("privacy.window.maxInnerWidth", 1600); // (hidden pref) user_pref("privacy.window.maxInnerHeight", 900); // (hidden pref) +/* 4503: disable mozAddonManager Web API (FF57+) + * [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1384330 ***/ + // user_pref("privacy.resistFingerprinting.block_mozAddonManager", true); // (hidden pref) /*** 4600: RFP (4500) ALTERNATIVES [SETUP] * IF you DO use RFP (see 4500) then you DO NOT need these redundant prefs. In fact,