Closed
Bug 1570669
Opened 6 years ago
Closed 6 years ago
Peer reflex candidate shows up as (redacted) even if camera/microphone permission granted
Categories
(Core :: WebRTC: Networking, defect, P3)
Core
WebRTC: Networking
Tracking
()
RESOLVED
FIXED
mozilla71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: dminor, Assigned: dminor)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
We don't check to see if camera/microphone permission has been granted before hiding peer reflex candidate ip addresses [1]. We should only be hiding them if address obfuscation is enabled.
Comment 1•6 years ago
|
||
Type: defect → task
Assignee | ||
Updated•6 years ago
|
Type: task → defect
Assignee | ||
Comment 2•6 years ago
|
||
This adds a mObfuscateHostAddresses member and uses it to control whether or
not peer reflex candidates are redacted. It is only necessary to keep track of
signaled addresses to support redacting peer reflex candidates, so there is no
need to store them if host address obfuscation is disabled.
Pushed by dminor@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c530832e8866
Only redact peer reflex candidates if host address obfuscation is enabled; r=mjf
Comment 4•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•