WebRTC

What is a WebRTC IP leak?

WebRTC can expose network candidates that ordinary page requests do not need to reveal.

WebRTC powers real-time browser communication. During connection setup it may gather network candidates. Privacy-conscious browsers can restrict how candidates are exposed.

Local versus public IP

Blocking a private local address from WebRTC does not automatically hide the public IP used for normal web traffic. These are separate checks.

Test instead of assume

Voryqe’s Privacy Test includes a small local-candidate check so users can see the distinction.

Run the test →