commit 6becf50fe6ac2dd4026c6457f7d1626709b9a82f
parent 50053767423f0c85a08949f8c2429c58a13472e6
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date: Thu, 18 Jan 2018 15:55:57 +1300
4500: RFP keyboard events FF59+
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/user.js b/user.js
@@ -1604,6 +1604,9 @@ user_pref("privacy.firstparty.isolate.restrict_opener_access", true);
In FF59+ this is controllable via the site permissions panel, see 1413780 (FF59+)
** 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+)
+ Spoofing mimics the content language of the document. Currently it only supports en-US.
+ Modifier events suppressed are SHIFT, CTRL and both ALT keys. Chrome is not affected.
***/
user_pref("_user.js.parrot", "4500 syntax error: the parrot's popped 'is clogs");
/* 4501: enable privacy.resistFingerprinting (FF41+)