fingerprint-suite
fingerprint-suite copied to clipboard
What about browser fonts?
I've seen multiple example of fingerprinting using the browser installed fonts.
Can this be achieved by injecting fonts while injecting headers?
same problem
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.
const f = new FingerprintGenerator();
f.getFingerprint({
// customizing the generated fingerprint (use your browser and OS)
'browsers': ['chrome'],
'operatingSystems': ['windows'],
});