CTR DOCs DEEP DIVE

← Back to Sections

User Tracking & Browser Fingerprinting

When users clear cookies and use a VPN, websites can still attempt to identify them through "browser fingerprinting." This technique combines many different data points from a browser to create a unique and stable identifier, even without storing any data on the user's computer.

1994: The "cookie" is invented, becoming the primary tracking tool.
2012: "Canvas Fingerprinting" is demonstrated, showing how unique graphical rendering can be used for high-accuracy tracking.
Present: A major privacy battleground. Browsers actively implement anti-fingerprinting measures while trackers research new techniques.

Core Fingerprinting Vectors

No single piece of information is unique, but combining them creates a highly specific profile.

Defensive Measures: Privacy-focused browsers like Tor Browser and Brave have built-in anti-fingerprinting defenses (e.g., spoofing values, adding random noise). Extensions like uBlock Origin and Privacy Badger also help block known trackers.

Resources and Further Reading