Skip to content
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

Discussion: Lowering uniqueness of the browser fingerprint #737

Open
jjakob opened this issue Apr 18, 2023 · 0 comments
Open

Discussion: Lowering uniqueness of the browser fingerprint #737

jjakob opened this issue Apr 18, 2023 · 0 comments

Comments

@jjakob
Copy link
Contributor

jjakob commented Apr 18, 2023

The most important setting is user-agent. Just removing the vimb/3.6.0 identifier is not quite enough. The best choice is to pick whatever Safari on MacOS uses, for example: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15. This works quite well, I get "1 in 127 browsers have this value" in EFF's fingerprint test. I found it by grepping WebKitGTK sources, in Source/WebInspectorUI/UserInterface/Base/Main.js, there is a value for "Safari 16.0" (I changed it to 16.4).

I don't think having this as default would be wanted, but as users can change it themselves, I thought it would be useful to mention here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant