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
I set the width and height of the screen but it didn't work, the resolution value is always wrong. setting screen.width, screen.height by config params
Canvas, WebGL report and Audio fingerprint has same values on 1 machine with different browsers, according to browserscan.net
Heres an explanation:
In Camoufox, WebGL is disabled (as for now). The value you are seeing is BrowserScan's default hash value for when there is no WebGL detected.
Canvas fingerprint rotation is still WIP (see here for updates). Camoufox does not use the standard Canvas fingerprint rotation as it can be detected. Additionally, since WebGL is disabled, BrowserScan does not record the 3D rendering fingerprint either, resulting in a less unique value.
Audio signal fingerprint rotation has not been implemented into Camoufox yet either. However, you can manually override AudioContext data here.
Font fingerprinting in BrowserScan is based off the names of your installed font families. By default, Camoufox uses the standard set of fonts pulled from Windows 11 22H2, macOS Sonma, and the default Linux fonts used in the TOR browser. It's very unlikely that this set would be used to fingerprinting since it's as if the user is using a fresh install of the OS without any fonts installed. However, if you'd like to add additional fonts to rotate through, you can randomly pass the names of font families installed on your system into the fonts parameter in the Python library.
The fingerprint injection TODO list is available here.
No description provided.
The text was updated successfully, but these errors were encountered: