mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-05 00:02:37 +00:00
Bug 1623511: turn DTLS 1.0 for WebRTC back on. r=ng
Differential Revision: https://phabricator.services.mozilla.com/D67407 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
626c2efa7d
commit
084bc6d6c5
@ -506,10 +506,11 @@ pref("media.videocontrols.picture-in-picture.video-toggle.always-show", false);
|
||||
pref("media.peerconnection.mute_on_bye_or_timeout", false);
|
||||
|
||||
// 770 = DTLS 1.0, 771 = DTLS 1.2, 772 = DTLS 1.3
|
||||
pref("media.peerconnection.dtls.version.min", 771);
|
||||
#if defined(NIGHTLY_BUILD)
|
||||
pref("media.peerconnection.dtls.version.min", 771);
|
||||
pref("media.peerconnection.dtls.version.max", 772);
|
||||
#else
|
||||
pref("media.peerconnection.dtls.version.min", 770);
|
||||
pref("media.peerconnection.dtls.version.max", 771);
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user