Actions
Feature #62
openAdd an option to disable WebRTC
Start date:
09/14/2016
Due date:
% Done:
0%
Estimated time:
Description
WebRTC can leak local IP information even when using Orbot. Either we need to find a way to proxy it as well (perhaps with SOCKS) or disable it.
WebRTC only works when JavaScript is enabled.
Updated by Soren Stoutner about 8 years ago
Apparently, currently it is not possible to directly disable WebRTC: http://stackoverflow.com/questions/36174648/disable-android-webview-webrtc
Updated by Soren Stoutner over 7 years ago
- Priority changed from 2 to 3.x
- Parent task set to #86
Unless Google adds WebRTC controls to the standard WebView, implementing this feature will require WebView to be forked to create Privacy WebView as part of the 4.x series. Until that time, WebRTC only works when JavaScript is enabled, so browsing with JavaScript disabled (the default) also disables WebRTC.
Updated by Soren Stoutner about 2 years ago
There is further information about WebRTC at https://www.stoutner.com/webrtc/.
Actions