NovaBlockNovaBlock
All terms

WebRTC Leak

A browser feature that can reveal your real IP address even when you're behind a VPN.

Updated 10 February 2026

WebRTC powers browser-based video calls. To establish peer-to-peer connections it enumerates your local network interfaces, and by default that list — including your real public IP — is available to JavaScript on any page. VPN users can be de-anonymised this way.

Fixes: use a browser that restricts WebRTC by default (Brave, Firefox with privacy.resistFingerprinting), install an extension that disables it, or use a VPN client that blocks the leak system-wide.

Related terms