user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit f5ffeff97197dab9a5e2c7066ac49db66f669031
parent 31e7c72f642425668d8153e12f29332a6b2eb5a2
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Mon, 18 Sep 2017 18:40:15 +1200

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
Diffstat:
Muser.js | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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,