Glossary
WebGL fingerprint
An identifier built from the graphics hardware a page can see through WebGL — the reported vendor and renderer strings, plus the pixels a 3D scene produces.
Also called: WebGL fingerprinting, GPU fingerprint.
WebGL exposes the graphics stack to a page in two ways. The blunt one is a pair of strings: through the debug renderer info extension a page can read the unmasked vendor and the unmasked renderer, which on an ordinary machine name the GPU and often the driver. The subtle one is the same trick canvas uses, applied to a 3D scene — render it, read the buffer back, hash it — plus the long list of supported extensions, maximum texture sizes and precision limits, each of which varies by hardware.
The reason this matters more than most signals is that it is hardware-derived and therefore hard to change honestly: a machine cannot simply decide it has a different GPU. That is also why an incoherent answer is so visible — a renderer string naming an Apple GPU beside a platform string saying Windows describes nothing that ships. Argus spoofs WebGL in the renderer, including the reported vendor and renderer, as part of the same coordinated identity that sets the platform, screen and timezone, so the graphics answer agrees with everything around it. The fingerprints page explains why coherence beats concealment.
More from the glossary
Audio fingerprint
An identifier derived from processing a synthesized tone through the browser's audio stack and hashing the numbers that come out.
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.
Every entry is listed on the glossary index.