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
Sorry for taking so long! Font fingerprinting is definitely on our radar. Our current data is unfortunately insufficient for injecting the browsers with realistic font fingerprints - also, there is quite a few ways of detecting this.
The easiest solution for now - match the generated fingerprint's OS and a browser with the software you are using now. This way, the discrepancy between the font fingerprint (matching i.e. Windows 10 fonts) and the generated User-Agent (and other tell-tale signs) won't be as big.
constf=newFingerprintGenerator();f.getFingerprint({// customizing the generated fingerprint (use your browser and OS)'browsers': ['chrome'],'operatingSystems': ['windows'],});
I've seen multiple example of fingerprinting using the browser installed fonts.
Can this be achieved by injecting fonts while injecting headers?
The text was updated successfully, but these errors were encountered: