Remix.run Logo
anonymousiam 5 hours ago

Why not just change your user agent string?

codedokode 3 hours ago | parent | next [-]

Because the site can compare the user agent with navigator.platform, which your browser fills with great care.

tardedmeme 5 hours ago | parent | prev | next [-]

It probably fingerprints the browser via TLS fingerprinting.

mschuster91 5 hours ago | parent | prev [-]

That's useless, in fact it makes you stand out even more. There are SDKs that can differentiate based on an awful lot of signals if your user agent corresponds to your actual browser version.