abrahamjuliot / ublock-origin-abf

Abort Browser Fingerprinting Scripts via uBlock Origin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google.com doesn't have any fingerprints?

oroscobob opened this issue · comments

Google.com doesn't have any fingerprints? Or is this code not fully working?

Initially, this detected fingerprinting on google.com, but I adjusted the ranking

As far as I know, google.com is only performing feature detection on the screen and navigator APIs (and from various scripts), and there's also a legitimate use of the Canvas API to render images. All that could technically be used to create a fingerprint, but the JS reads are not centralized to one file and there are no reads of Timezone, WebGL, or Media Devices, so I am hesitant to conclude google.com is fingerprinting. I'm certain there's a level of session tracking going on with ads, cookies, storage, etc., but it's not high entropy fingerprinting similar to fingerprintjs.

Thank you for this script.