Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ChromeWebrtcIpLeakageTest fails with Chromium 76 #1

Open
mike10004 opened this issue Aug 14, 2019 · 0 comments
Open

ChromeWebrtcIpLeakageTest fails with Chromium 76 #1

mike10004 opened this issue Aug 14, 2019 · 0 comments

Comments

@mike10004
Copy link
Owner

This test is now failing due to a Javascript error, and the root cause appears to be that the behavior that the script expects, that a particular object with relevant IP address properties, a member of the WebRTC connection instance, is no longer the actual behavior, which is that the member is null.

However, rather than fixing the script that the test uses, the local IP leak protection should instead be removed as a feature, because both Chrome/Chromium and Firefox now provide methods to disable WebRTC or protect the local IP.

For Firefox, setting media.peerconnection.enabled to false disables WebRTC, and in Chrome/Chromium, the flag enable-webrtc-hide-local-ips-with-mdns can be set, according to https://bugs.chromium.org/p/chromium/issues/detail?id=333752#c112.

mike10004 added a commit that referenced this issue Sep 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant