What the Chrome WebRTC Network Limiter does
gh-pagesThe Chrome WebRTC Network Limiter is an extension that configures WebRTC traffic routing options within Chrome's privacy settings. It allows you to restrict WebRTC from using specific IP addresses or protocols to enhance privacy.
Specifically, it can prevent WebRTC from using:
- Private IP addresses that are not visible to the public internet (e.g.,
192.168.1.2). - Public IP addresses associated with network interfaces not used for standard web traffic (e.g., an ISP-provided address when you are browsing via a VPN).
- Non-proxied UDP traffic: By requiring WebRTC traffic to go through proxy servers, it effectively disables UDP (since most proxies do not handle UDP), forcing traffic through available proxy configurations.