Skip to content

Commit

Permalink
2002 WebRTC tests #580
Browse files Browse the repository at this point in the history
FYI, the https://www.privacytools.io/webrtc.html test in our wiki is 404, so I gave it a strikethru and added this one. This is also handy for 2001, but do we need to double up on it? We're only disabling WebRTC because of IP leaks, so I don't see the point in testing if WebRTC is disabled.
  • Loading branch information
Thorin-Oakenpants authored Dec 11, 2018
1 parent 2373309 commit 778dc89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -1040,6 +1040,7 @@ user_pref("media.peerconnection.turn.disable", true);
user_pref("media.peerconnection.ice.tcp", false);
user_pref("media.navigator.video.enabled", false); // video capability for WebRTC
/* 2002: limit WebRTC IP leaks if using WebRTC
* [TEST] https://browserleaks.com/webrtc
* [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1189041,1297416
* [2] https://wiki.mozilla.org/Media/WebRTC/Privacy ***/
user_pref("media.peerconnection.ice.default_address_only", true); // [FF42-FF50]
Expand Down

0 comments on commit 778dc89

Please sign in to comment.