You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: