Modern browsers expose a surprisingly large amount of information to websites through standard web APIs. Much of this was designed for legitimate purposes (responsive design, accessibility, web apps) but is also used for tracking and fingerprinting.

Data Your Browser Can Expose

Data PointHow Websites Access ItPrivacy Risk
IP addressHTTP headers; WebRTCHigh
Screen resolutionwindow.screen APIMedium (fingerprinting)
Browser and OS versionUser-Agent headerMedium
Installed fontsCanvas API text renderingHigh (very unique)
GPU modelWebGL RENDERER stringHigh (very unique)
Time zoneIntl.DateTimeFormat APIMedium
Language settingsnavigator.languageLow
CPU core countnavigator.hardwareConcurrencyMedium
Battery levelBattery Status API (where supported)Medium
Do Not Track settingnavigator.doNotTrackLow (mostly ignored)

How to Check What Your Browser Leaks

Use our Browser Fingerprint tool to see exactly what your browser exposes and how unique your combination is.

How to Reduce Leakage

  • Brave Browser: Randomizes fingerprinting data (Canvas, WebGL, fonts) per session
  • Firefox: Enable privacy.resistFingerprinting in about:config
  • uBlock Origin: Blocks many tracking and fingerprinting scripts
  • VPN: Hides your real IP from websites
  • WebRTC disabled: Prevents IP leaks via browser video/voice features

People Also Ask

What browser is 100% safe?
No browser is 100% safe, but Brave and Firefox with privacy settings enabled minimize fingerprinting, block trackers, and protect against common leaks. Tor browser offers the strongest anonymity at the cost of speed.

Related: Fingerprinting | Cookies | Fingerprint Check