Closed
Bug 1483162
Opened 7 years ago
Closed 7 years ago
webRTCIPHandlingPolicy doesn't follow the spec in mode 4
Categories
(WebExtensions :: Compatibility, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1452713
People
(Reporter: shacharz, Unassigned)
References
()
Details
(Whiteboard: [DUPEME to bug 1452713?])
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36
Steps to reproduce:
1. Use an extension that set webRTCIPHandlingPolicy to "disable_non_proxied_udp" such as "Privacy Badger", go to options and tick the "Prevent WebRTC from leaking local IP address" checkbox
2. Make sure you're surfing the web not through a proxy.
3. browse to https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/ click gather candidates
Actual results:
no candidates are gathered
Expected results:
expected behavior would be to gather only srflx candidates
explanation:
https://tools.ietf.org/html/draft-ietf-rtcweb-ip-handling-09#section-5.2
As the spec describes, mode4 is the same as mode 3 unless there's an http proxy.
Mode 3 gathers default route candidates without associated private ip.
Updated•7 years ago
|
Has STR: --- → yes
Component: Untriaged → Compatibility
Product: Firefox → WebExtensions
Whiteboard: [DUPEME to bug 1452713?]
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•