user.js

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

commit 68584a3397c9e819ad651b409463813fc388d174
parent 8b4f45774a4e594501566c7f15cf972058434176
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Wed, 13 Mar 2019 15:15:23 +0000

some 2505+RFP clarity, closes #661
Diffstat:
Muser.js | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -1608,7 +1608,10 @@ user_pref("privacy.firstparty.isolate.restrict_opener_access", true); // [DEFAUL This blocks exposure of local IP Addresses via mDNS (Multicast DNS) ** 967895 - enable site permission prompt before allowing canvas data extraction (FF58+) FF59: Added to site permissions panel (1413780) Only prompt when triggered by user input (1376865) - ** 1372073 - spoof/block fingerprinting in MediaDevices API (see 4612) (FF59+) + ** 1372073 - spoof/block fingerprinting in MediaDevices API (FF59+) + Spoof: enumerate devices reports one "Internal Camera" and one "Internal Microphone" if + media.navigator.enabled is true (see 2505 which we chose to keep disabled) + Block: suppresses the ondevicechange event (see 4612) ** 1039069 - warn when language prefs are set to non en-US (see 0207, 0208) (FF59+) ** 1222285 & 1433592 - spoof keyboard events and suppress keyboard modifier events (FF59+) Spoofing mimics the content language of the document. Currently it only supports en-US.