Skip to content

Commit

Permalink
2512 device.sensors.enabled references
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
Thorin-Oakenpants committed Apr 26, 2017
1 parent 4d1689b commit 37b8ad6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 ***/
Expand Down

0 comments on commit 37b8ad6

Please sign in to comment.