Glossary
Audio fingerprint
An identifier derived from processing a synthesized tone through the browser's audio stack and hashing the numbers that come out.
Also called: AudioContext fingerprint, audio fingerprinting.
Audio fingerprinting never plays a sound. A page builds an offline audio context, runs a synthesized waveform through a processing node such as a dynamics compressor, and reads the resulting sample buffer back as numbers. Those numbers differ in their last decimal places between machines, because the audio stack's floating-point maths is affected by the CPU, the build of the browser and the platform's own libraries. Hash the buffer and you have another stable identifier, collected in milliseconds with no permission and nothing audible.
It is worth knowing about mainly because it is one of the surfaces people forget. A setup that handles canvas and WebGL carefully and leaves audio reporting the host machine's real value has left a join between every profile on that computer — the two treated profiles look different everywhere except the one place nobody checked. Argus treats audio as a first-class surface alongside canvas and WebGL, applied in the renderer and configurable in the same four modes, so it is covered by default rather than by remembering. The mechanics are on the fingerprints page.
More from the glossary
WebRTC leak
A page reading your real IP address out of WebRTC's connection setup, bypassing the proxy the rest of the browser is using.
User-agent client hints
Chromium's structured replacement for the user-agent string: a set of Sec-CH-UA request headers and a JavaScript API that report the browser, platform and hardware separately.
Cookie jar
The store a browser keeps cookies in. Everything sharing one jar shares one identity, which is why isolation is a property of the jar and not of the tab.
Browser profile
A directory on disk holding everything one browsing identity owns — cookies, storage, cache, history and settings — plus, in an anti-detect browser, its fingerprint and proxy.
Residential proxy
A proxy whose exit address belongs to a consumer internet connection, which is what makes a login from it unremarkable.
Datacenter proxy
A proxy hosted in a data centre. Fast, cheap and openly identifiable as hosting, which makes it right for fetching public pages and wrong for signing in.
Every entry is listed on the glossary index.