Ethan133
Average
- Joined
- May 31, 2015
- Messages
- 213
- Reaction score
- 34
WebRTC is a new communication protocol that relies on JavaScript that can leak your actual IP address from behind your VPN.
NOTE: The following instruction is only for Firefox browser.
There are softwares like Noscript to prevent it but it's a better idea to prevent the protocol directly as well.
You can check your leak HERE
How to disable WebRTC in Firefox?
All you have to do is to set "media.peerconnection.enabled" to "false" in "about:config".
STEPS:
There are some nice addons that you can use in Firefox for privacy:
Privacy Badger:Privacy Badger is a browser add-on that stops advertisers and other third-party trackers from secretly tracking where you go and what pages you look at on the web.
https://www.eff.org/privacybadger/
uBlock Origin: blocks ads and trackers
https://addons.mozilla.org/firefox/addon/ublock-origin/
Https everywhere: Encrypts communications with major websites, makes your browser more secure.
https://www.eff.org/https-everywhere
And
ffprofile.com :- Helps you to create a Firefox profile with the defaults you like.
If you wanna know about WebRTC leaks...google search about it. ENJOY AND STAY SAFE
NOTE: The following instruction is only for Firefox browser.
There are softwares like Noscript to prevent it but it's a better idea to prevent the protocol directly as well.
You can check your leak HERE
How to disable WebRTC in Firefox?
All you have to do is to set "media.peerconnection.enabled" to "false" in "about:config".
STEPS:
- 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. now check your leak again here
- media.peerconnection.turn.disable = true
- media.peerconnection.use_document_iceservers = false
- media.peerconnection.video.enabled = false
- media.peerconnection.identity.timeout = 1
There are some nice addons that you can use in Firefox for privacy:
Privacy Badger:Privacy Badger is a browser add-on that stops advertisers and other third-party trackers from secretly tracking where you go and what pages you look at on the web.
https://www.eff.org/privacybadger/
uBlock Origin: blocks ads and trackers
https://addons.mozilla.org/firefox/addon/ublock-origin/
Https everywhere: Encrypts communications with major websites, makes your browser more secure.
https://www.eff.org/https-everywhere
And
ffprofile.com :- Helps you to create a Firefox profile with the defaults you like.
If you wanna know about WebRTC leaks...google search about it. ENJOY AND STAY SAFE