-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fingerprinting APIs #12060
Comments
we should try and add some of the worst functions to the linting rules |
Noted in committee, it can be hard to get off these lists |
Hello ! On behalf of Teads, we are starting to look into this issue and we will keep you posted once we have more information Thanks, |
Hello, |
Hi,on Baidu side, We’ve found that we did retrieve device memory, but we didn't use if for fingerprinting. We plan to submit a PR for deprecation that code by next Wednesday. |
@github-saad-elmahfoudi discussion is ongoing, there is no policy, we're just asking what the use is so far Also, turns out my Mom was right, I am special: amiunique.com |
One requirement from discussion: add a lot more functions to the codeql scanner. Add some documentation disclosures. |
And notify code reviews when PRs come in when the adapter has a score greater than x? 50? what sounds reasonable @dgirardi ? |
weights from the OP, in order:
"window.devicePixelRatio" (21.48) to me seems like the last "legitimate" api, but I don't know. |
https://github.com/duckduckgo/tracker-radar/blob/main/build-data/generated/api_fingerprint_weights.json#L97 indicates which apis are used for fingerprinting .
Prebid gets flagged as "3" which is definitely a printer https://github.com/duckduckgo/tracker-radar/blob/main/docs/DATA_MODEL.md
These results are used by safari to identify trackers and prevent their calls in private mode https://webkit.org/blog/15697/private-browsing-2-0/
Should we ban these functions in use by Baidu and Teads?
https://github.com/search?q=repo%3Aprebid%2FPrebid.js%20deviceMemory&type=code
https://github.com/search?q=repo%3Aprebid%2FPrebid.js+hardwareconcurrency&type=code
The latter is useful for bot detection i think? Teads and Baidu teams, could you elaborate on your use case?
The text was updated successfully, but these errors were encountered: