Community
User Guides
Support
Community
Help Forums
English Forum
General
About our Community
General Discussion
News and Feedback
Products
F-Secure Total
F-Secure Internet Security
F-Secure Freedome VPN
F-Secure ID Protection
F-Secure Sense
Other products
Beta programs
Feature Requests
Finnish Forum (Tukifoorumi)
Tuotteet Kotiin
F-Secure Total
F-Secure Internet Security
F-Secure Freedome VPN
F-Secure ID Protection
F-Secure Sense
Muut tietoturvatuotteet
Support Articles
Language
English
Suomi
Deutsch
Français
日本語
Svenska
Dansk
Italiano
Nederlands
Norsk
Polski
中文 (繁體)
Products & Services
F-Secure Total
F-Secure Internet Security / Anti-Virus
F-Secure Freedome VPN
F-Secure Sense
F-Secure ID Protection
Other products
Common topics
User Guides
Support
Login
|
Register
Can FREEDOME block WebRTC IP address leakage? - F-Secure Community
<main> <article class="userContent"> <p> </p> Can FREEDOME block WebRTC IP address leakage? <p> FREEDOME cannot prevent IP address leaking through WebRTC. Web Real-Time Communication (WebRTC) is an application programming interface (API) that is widely used in various plugin-less applications. These days virtually all web browsers support WebRTC. </p> <p> WebRTC includes a method for the web server to request the local IP address through the user's web browser or some other application. This way the server may obtain the original IP address of the user's computer as long as the user's browser or other application supports WebRTC. </p> <p> A VPN solution, such as FREEDOME or its competitors, can not disable WebRTC within the web browser. At best, we could inspect all JavaScript code coming from a webserver and break the WebRTC code. However, if the web server is a TLS/SSL protected https server, all Javascript is encrypted while it is being downloaded from the web server to the browser and it is impossible for FREEDOME to inspect that. The code may also be obfuscated or compressed, making it difficult to reliably detect WebRTC. Therefore, it is not technically possible to block WebRTC with FREEDOME. </p> <p> To prevent WebRTC IP address leakage, you must disable WebRTC in the web browser or other application using the WebRTC API. Unfortunately, this is not possible with all the applications. </p> <p><strong>Here are some ways to disable WebRTC with Chrome and Firefox web browsers:</strong> </p> <p><strong>Chrome:</strong> </p> <p>Use the official webrtc.org extension WebRTC Network Limiter: <a rel="nofollow" href="https://chrome.google.com/webstore/detail/webrtc-network-limiter/npeicpdbkakmehahjeeohfdhnlpdklia">https://chrome.google.com/webstore/detail/webrtc-network-limiter/npeicpdbkakmehahjeeohfdhnlpdklia</a>. </p> <p>Alternatively, you can find settings to control WebRTC (among some other settings) by typing this in the location bar: <a rel="nofollow" href="denied:chrome://flags/#disable-webrtc">chrome://flags/#disable-webrtc</a> </p> <p><strong>Firefox:</strong> </p> <p>Type "about:config" in the location bar and change the media.peerconnection.enabled setting to false. </p> </article> </main>