user.js

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

commit ffc8280c0c361ed67853c27d4da229be6fec524e
parent 346b945ee33499f083ed2224d20979c73bd91cc1
Author: earthlng <earthlng@users.noreply.github.com>
Date:   Sat,  2 Sep 2017 19:07:28 +0200

9999: 2502 cleanup
Diffstat:
Muser.js | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/user.js b/user.js @@ -1907,8 +1907,9 @@ user_pref("media.gmp-eme-adobe.autoupdate", false); // [1] https://wiki.mozilla.org/WebAPI/Security/WebTelephony // [-] https://bugzilla.mozilla.org/show_bug.cgi?id=1309719 user_pref("dom.telephony.enabled", false); -// 2502: disable Battery Status API. Initially a Linux issue (high precision readout) that - // was fixed. However, it is still another metric for fingerprinting, used to raise entropy. +// 2502: disable Battery Status API + // Initially a Linux issue (high precision readout) that was fixed. + // However, it is still another metric for fingerprinting, used to raise entropy. // e.g. do you have a battery or not, current charging status, charge level, times remaining etc // [1] https://techcrunch.com/2015/08/04/battery-attributes-can-be-used-to-track-web-users/ // [2] https://bugzilla.mozilla.org/show_bug.cgi?id=1124127