WebRTC IP Leak Test - Is your IP address leaking?
WebRTC is a new communication protocol that relies on JavaScript that can leak your actual IP address from behind your VPN.
While software like NoScript prevents this, it's probably a good idea to block this protocol directly as well, just to be safe. Note: This disables browser-based call functionality that is used for webapps like Discord, Hangouts, Jitsi, etc.
Test your Browser now
How to disable WebRTC in Firefox?
In short: Set "media.peerconnection.enabled" to "false" in "about:config".
Explained:
- Enter "about:config" in the firefox address bar and press enter.
- Press the button "I'll be careful, I promise!"
- Search for "media.peerconnection.enabled"
- Double click the entry, the column "Value" should now be "false"
- Done. Do the WebRTC leak test again.
If you want to make sure every single WebRTC-related setting is really disabled change these settings:
- media.peerconnection.turn.disable = true
- media.peerconnection.use_document_iceservers = false
- media.peerconnection.video.enabled = false
- media.peerconnection.identity.timeout = 1
Now you can be 100% sure WebRTC is disabled.
Test your Browser again
How to disable WebRTC in Safari?
- Open the browser and click on the Safari tab in the menu tab.
- On the Advanced tab, check the box at the bottom that says "Show the Develop menu in menu bar".
- Come back to the main menu and go to the Develop tab.
- In the drop-down menu, go to Experimental Features and check "Remove Legacy WebRTC API"
- Done. Do the WebRTC leak test again.
Test your Browser again
How to disable WebRTC in Google Chrome?
WebRTC cannot be fully disabled in Chrome; however, it is possible to change its routing settings (and prevent leaks) using an extension. Two open-source solutions include WebRTC Leak Prevent (options may need to be changed depending on the scenario), and uBlock Origin (select "Prevent WebRTC from leaking local IP addresses" in Settings).
What about other browsers?
Chrome on iOS and Internet Explorer does not implement WebRTC yet. But we recommend using Firefox on all devices.