JavaScript Restrictor
Browser extension that improves privacy and security
|
This file contains wrappers for the original Virtual Reality API. More...
Functions | |
if (doNoise===true) | |
Variables | |
var | doNoise = args[1] |
var | pastValues = {} |
$ | |
var | wrappers |
This file contains wrappers for the original Virtual Reality API.
navigator.activeVRDisplays() allows any page script to learn the VR displays attached to the computer.
U. Iqbal, S. Englehardt and Z. Shafiq, "Fingerprinting the Fingerprinters: Learning to Detect Browser Fingerprinting Behaviors," in 2021 2021 IEEE Symposium on Security and Privacy (SP), San Francisco, CA, US, 2021 pp. 283-301 observed (https://github.com/uiowa-irl/FP-Inspector/blob/master/Data/potential_fingerprinting_APIs.md) that the interface is used in the wild to fingerprint users. As it is likely that only a minority of users have a VR display connected and the API provides additional information on the HW, it is likely that users with a VR display connected are easily fingerprintable.
As we expect that the majority of the users does not have a VR display connected, we provide only a single mitigation - the wrapped APIs returns an empty list.
The VRFrameData object carries a timestamp. As we allow wrapping of several ways to obtain timestamps, we need to provide the same precision for the VRFrameData object.
if | ( | doNoise = == true | ) |
$ |
var doNoise = args[1] |
var pastValues = {} |
var wrappers |