Amprentă browser

Your browser exposes a combination of signals that can uniquely identify you — even without cookies.

Analyzing fingerprint...

How Browser Fingerprinting Works

Browser fingerprinting collects dozens of data points about your browser and device to create a unique identifier. Unlike cookies, you can't clear or block a fingerprint — it's derived from your hardware and software configuration.

This test checks the most common fingerprinting vectors:

  • Canvas fingerprint — how your GPU renders a specific drawing produces a unique hash
  • WebGL renderer — your exact GPU model and driver version
  • Audio fingerprint — how your audio stack processes a specific oscillator signal
  • WebGPU info — next-generation GPU identification
  • System info — screen size, CPU cores, memory, timezone, language, touch support

Combined, these signals create a fingerprint that is unique for over 94% of browsers according to the EFF's Panopticlick research.

How to Reduce Your Fingerprint

Tor Browser is the most effective — it standardizes all fingerprint signals across users. But it's slow and breaks many websites.

Firefox with resistFingerprinting — set privacy.resistFingerprinting = true in about:config. This spoofs many signals but may break some sites.

Brave Browser randomizes fingerprint signals by default while maintaining usability.

Anti-detect browsers (like AdsPower, GoLogin, Multilogin) create fully isolated browser profiles with different fingerprints — used by marketers managing multiple accounts.

Note: VPNs don't help with fingerprinting. A VPN hides your IP but doesn't change your browser fingerprint. Check your DNS leak status and WebRTC leak status separately.

FAQ

What is browser fingerprinting?

Browser fingerprinting collects characteristics of your browser and device (screen size, fonts, GPU, timezone, etc.) to create a unique identifier. Unlike cookies, you can't easily clear or block a fingerprint.

How can I reduce my fingerprint?

Use privacy-focused browsers like Firefox with resistFingerprinting enabled, Tor Browser, or Brave. Browser extensions like Canvas Blocker can also help.

Is fingerprinting legal?

In many jurisdictions, fingerprinting falls under privacy regulations like GDPR. Websites should inform users about fingerprinting practices, but enforcement varies widely.