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)

defect

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.

[1] https://searchfox.org/mozilla-central/source/media/webrtc/signaling/src/peerconnection/MediaTransportHandler.cpp#1137

Bugbug thinks this bug is a task, but please change it back in case of error.

Type: defect → task
Type: task → defect

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
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: