user.js

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

commit 7a05580c625968d7870e4044aa6990308cf56df1
parent 48511d1f9b58d85f5781737e4849f7d929822551
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Tue,  8 Aug 2017 06:28:36 +1200

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]
Diffstat:
Muser.js | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/user.js b/user.js @@ -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