dillbyrne / random-agent-spoofer

Firefox addon - Rotates complete browser profiles ( from real browsers / devices ) at a user defined time interval. It includes many extra privacy enhancing options
https://addons.mozilla.org/en-US/firefox/addon/random-agent-spoofer/
GNU General Public License v3.0
615 stars 108 forks source link

AudioContext Fingerprint #500

Open gameb0y opened 7 years ago

gameb0y commented 7 years ago

Using the AudioContext API to fingerprint does not collect sound played or recorded by your machine - an AudioContext fingerprint is a property of your machine's audio stack itself. If you choose to see your fingerprint, we will collect the fingerprint along with a randomly assigned identifier, your IP Address, and your User-Agent and store it in a private database so that we can analyze the effectiveness of the technique.

AudioContext Fingerprint Test Page https://audiofingerprint.openwpm.com/

dillbyrne commented 7 years ago

window.wrappedJSObject.AudioContext = undefined; blocks the audiocontext API and stops that site from getting a fingerprint but ideally we want to spoof it. I need to look into the workings to see what functions have to be spoofed for this. I don't know when I'll get time to do that.

dillbyrne commented 7 years ago

I have added the option to block it for now until the spoofing is implemented, it is better to have the option to block it and whitelist it for now, than to have no option at all.