user.js

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

commit 9892c3cbb74c8548613ea5bc752a3ee1212cf01f
parent 887e93a4f2c6c02162cada1e2562a75db9994afd
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Thu,  1 Mar 2018 04:32:12 +0000

4500: RFP canvas

1376865 was back ported to 59, so canvas prompt fatigue will be reduced. Note: the default for non-prompts is the same as if you clicked "Don't Allow" - i.e it serves up a 10x10px white square
Diffstat:
Muser.js | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/user.js b/user.js @@ -1570,8 +1570,7 @@ user_pref("privacy.firstparty.isolate.restrict_opener_access", true); ** 1382533 - enable fingerprinting resistance for Presentation API (FF57+) 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 the site permissions panel (1413780) - FF60: Only prompt for canvas data extraction when triggered by user input (1376865) + FF59: Added to site permissions panel (1413780) Only prompt when triggered by user input (1376865) ** 1372073 - spoof/block fingerprinting in MediaDevices API (FF59+) ** 1039069 - warn when language prefs are set to non en-US (see 0207, 0208) (FF59+) ** 1222285 - spoof keyboard events and suppress keyboard modifier events (FF59+)