Tag Archives: firefox

Disable local IP leak on Firefox – WebRTC

Avoid sites fetching your internal IP by disabling WebRTC… The native way: – Go to about:config and set “media.peerconnection.ice.default_address_only” to true And the old way: – Use a plugin like “Disable WebRTC” https://addons.mozilla.org/en-us/firefox/addon/happy-bonobo-disable-webrtc/ What is WebRTC and what does it … Continue reading

Posted in Medium Technical, Security | Tagged , , , | Comments Off on Disable local IP leak on Firefox – WebRTC

Hide Referer on Firefox

Hello, Just open your Firefox configuration about:config and set the value of network.http.sendRefererHeader to 0. AC.

Posted in Basic Technical, Nonsense Stuff, Security | Tagged , , , , , | Comments Off on Hide Referer on Firefox