commit 682e12fe57d934242e6b1352038de3247be0f6c4
parent 6cb27ca78c01dbd123a3df3a78eed2a228e59cc3
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date: Tue, 20 Mar 2018 12:54:10 +0000
4500: RFP ctrl key info
Sorry, the patch for 59 was backed out, so RFP users will have to put up with CTRL key issues until 60 lands
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/user.js b/user.js
@@ -1560,10 +1560,10 @@ user_pref("privacy.firstparty.isolate.restrict_opener_access", true);
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+)
** 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+)
+ ** 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 and both ALT keys. Chrome is not affected.
- FF60: Fixes keydown/keyup events (1438795)
+ Modifier events suppressed are SHIFT, CTRL and both ALT keys. Chrome is not affected.
+ FF60: Don't spoof/suppress CTRL key (1433592) Fix keydown/keyup events (1438795)
***/
user_pref("_user.js.parrot", "4500 syntax error: the parrot's popped 'is clogs");
/* 4501: enable privacy.resistFingerprinting (FF41+)