user.js

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

commit 37b8ad66b8b853acf4d3cfc131971d6613d712be
parent 4d1689b7a531dc9f68a48fd1930b65dcc5a11f5b
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Wed, 26 Apr 2017 12:48:57 +1200

2512 device.sensors.enabled references

The blog entry [2] and subsequent ticket [3] are new.
Francois mentioned the older ticket [4].
FYI: `device.sensors.enabled` was introduced in FF15 (don't think I need to add that in)
Diffstat:
Muser.js | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -1091,7 +1091,10 @@ user_pref("dom.webaudio.enabled", false); * [2] https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/ondevicechange ***/ user_pref("media.ondevicechange.enabled", false); /* 2512: disable device sensor API - * [1] https://trac.torproject.org/projects/tor/ticket/15758 ***/ + * [1] https://trac.torproject.org/projects/tor/ticket/15758 + * [2] https://blog.lukaszolejnik.com/stealing-sensitive-browser-data-with-the-w3c-ambient-light-sensor-api/ + * [3] https://bugzilla.mozilla.org/show_bug.cgi?id=1357733 + * [4] https://bugzilla.mozilla.org/show_bug.cgi?id=1292751 ***/ user_pref("device.sensors.enabled", false); /*** 2600: MISC - LEAKS / FINGERPRINTING / PRIVACY / SECURITY ***/