1
0

2507: remove dom.keyboardevent.dispatch_during_composition

The bulk of 2507 with `dom.keyboardevent.code.enabled` (links, description etc) is now deprecated in section 9999 under FF55+. This leaves `dom.keyboardevent.dispatch_during_composition` as a valid pref. It's default is false, so rather than leave it hanging out on it's own with no info, lets remove it. [If it ever becomes true we will pick up in diffs]
This commit is contained in:
Thorin-Oakenpants 2017-08-08 06:28:36 +12:00 committed by GitHub
parent 48511d1f9b
commit 7a05580c62

View File

@ -1185,8 +1185,6 @@ user_pref("media.navigator.enabled", false);
* [1] https://trac.torproject.org/projects/tor/ticket/15757
* [2] https://bugzilla.mozilla.org/show_bug.cgi?id=654550 ***/
user_pref("media.video_stats.enabled", false);
/* 2507: disable keyboard fingerprinting ***/
user_pref("dom.keyboardevent.dispatch_during_composition", false);
/* 2508: disable hardware acceleration to reduce graphics fingerprinting
* [SETTING] Options>Advanced>General>Use hardware acceleration when available
* [NOTE] Changing this option changes BOTH these preferences