filippoliverani / john-doe-chrome

A Chrome extension to anonymize some of the data exposed by your browser
https://chrome.google.com/webstore/detail/john-doe-chrome/nnfemicgpfdgigkclmajeghkjiiemoaa
Other
2 stars 0 forks source link

Fingerprinting #1

Open gameb0y opened 6 years ago

gameb0y commented 6 years ago

can you block this?

audiofingerprint https://audiofingerprint.openwpm.com/

canvas fingerprint https://browserleaks.com/canvas

webrtc and unique devices id https://browserleaks.com/webrtc

webgl fingerrint https://browserleaks.com/webgl

Navigation Timing API https://browserleaks.com/javascript

filippoliverani commented 6 years ago

Some of these fingerprinting techniques are really hard to block without crippling browsing user experience, I'm looking into it, thank you!

gameb0y commented 6 years ago

maybe optional, enable/disable button... thank you

WEBRTC API: RTCDataChannel webkitRTCPeerConnection RTCPeerConnection RTCSessionDescription

AUDIOCONTEXT API: webkitAudioContext OfflineAudioContext AudioContext webkitAudioContext createDynamicsCompressor createOscillator OscillatorNode getChannelData getFloatFrequencyData webkitOfflineAudioContext webkitGetUserMedia webkitMediaStream

WEBRTC UNIQUE ID API: MediaStreamTrack

WEBGL API: WebGLRenderingContext WebGL2RenderingContext

NAVIGATION TIMING API: NavigationTiming navigationStart

CANVAS API: toDataURL getImageData getContext measureText readPixels toBlob

gameb0y commented 6 years ago

new version released but no antifingerprinting function :(