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.
Also called: WebRTC IP leak.
WebRTC is the browser's peer-to-peer stack, and to connect two peers it has to work out how each of them can be reached. That process — ICE candidate gathering — enumerates the machine's own network interfaces and asks a STUN server what public address the traffic appears to come from. A page can start that process without making a call and simply read the candidates, which is how a browser that is otherwise dutifully sending everything through a proxy hands over its real address anyway.
This is the classic way around a proxy, and it is the reason a proxy alone is not a network identity. It also fails quietly: nothing about the session looks wrong, and you find out when two accounts that should never have met get actioned together. In Argus, leak protection is enforced as browser policy on the profile, beneath the JavaScript layer where a page cannot switch it off, and it is applied to every profile rather than being a toggle somebody forgets to set — assigning a proxy to a profile that was still reporting its real address upgrades it automatically. How proxies work in Argus covers this alongside the other leak it closes.
More from the glossary
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.
ISP proxy
An address registered to a consumer ISP but hosted in a data centre — datacenter speed and stability with residential registration.
Every entry is listed on the glossary index.