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
Messed up user agent #1787
Comments
This is intended behaviour Lines 701 to 703 in 4a510a4
It's not your real UA, it is still spoofed (Mac OS X 10.15 vs. macOS 14.1). Also, platform can not be hidden.
TL;DR: Don't. Long: Do not mess with UA, either use RFP as is or disable RFP and go with your real UA.
Then post also your modifications. |
It always dispays macOS 10.15, even without a modified user.js, so this is not spoofed. Here is the modified user.js that I use: https://github.com/Dani-1-2/user.js. It doesn't delete the website data on close, removes pocket and disables letterboxing. |
the version is but one part of a userAgent
RFP still protects (by standardizing per OS) other values in navigator (and the http header) and within the actual userAgent |
I am using firefox 121.0 on macOS 14.1 Sonoma. The issue is that when I open https://amiunique.org/fingerprint, the http header attribute shows a windows user agent ( Mozilla/5.0 (Windows NT 10.0; rv:121.0) Gecko/20100101 Firefox/121.0), but the javascript attribute shows my real user agent (Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0) and the platform as MacIntel. I expected it to change both use agent attributes. How do I prevent this from happening? I am using a slightly modified user.js file, but it does not change anything related to the user agent.
Console warnings:
Loading failed for the <script> with source “https://amiunique.org/analytics.js”. amiunique.org:564:168
Blocked https://amiunique.org/fingerprint from extracting canvas data because no user input was detected. 198df04.js:2:18344
Request for font "Avenir Next Condensed" blocked at visibility level 1 (requires 3)
198df04.js:2:20033
Request for font "Herculanum" blocked at visibility level 1 (requires 3)
198df04.js:2:20033
Request for font "Hiragino Kaku Gothic Pro" blocked at visibility level 1 (requires 3)
198df04.js:2:20033
Request for font "Hiragino Kaku Gothic ProN" blocked at visibility level 1 (requires 3)
198df04.js:2:20033
Request for font "Hiragino Kaku Gothic Std" blocked at visibility level 1 (requires 3)
198df04.js:2:20033
Request for font "Hiragino Kaku Gothic StdN" blocked at visibility level 1 (requires 3)
198df04.js:2:20033
Request for font "Hiragino Maru Gothic Pro" blocked at visibility level 1 (requires 3)
198df04.js:2:20033
Request for font "Hiragino Mincho Pro" blocked at visibility level 1 (requires 3)
198df04.js:2:20033
Request for font "Marion" blocked at visibility level 1 (requires 3)
198df04.js:2:20033
Request for font "Nadeem" blocked at visibility level 1 (requires 3)
198df04.js:2:20033
Failed to create WebGL context: WebGL is currently disabled. 198df04.js:2:43164
Failed to create WebGL context: WebGL is currently disabled. 198df04.js:2:43187
Failed to create WebGL context: WebGL is currently disabled. 198df04.js:2:43164
Failed to create WebGL context: WebGL is currently disabled. 198df04.js:2:43187
Failed to create WebGL context: WebGL is currently disabled. 198df04.js:2:43164
Failed to create WebGL context: WebGL is currently disabled. 198df04.js:2:43187
Failed to create WebGL context: WebGL is currently disabled. 198df04.js:2:43164
Failed to create WebGL context: WebGL is currently disabled.
The text was updated successfully, but these errors were encountered: