Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 93d0f5c

Browse files
committed
Bug 1884140: Allow the use of DTLS 1.3 on release/beta. r=mjf
Depends on D208147 Differential Revision: https://phabricator.services.mozilla.com/D208148
1 parent d4fc5b1 commit 93d0f5c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

modules/libpref/init/all.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -345,12 +345,8 @@ pref("media.videocontrols.keyboard-tab-to-all-controls", true);
345345
#endif
346346

347347
// 770 = DTLS 1.0, 771 = DTLS 1.2, 772 = DTLS 1.3
348-
pref("media.peerconnection.dtls.version.min", 771);
349-
#ifdef NIGHTLY_BUILD
348+
pref("media.peerconnection.dtls.version.min", 771);
350349
pref("media.peerconnection.dtls.version.max", 772);
351-
#else
352-
pref("media.peerconnection.dtls.version.max", 771);
353-
#endif
354350

355351
// These values (aec, agc, and noise) are from:
356352
// third_party/libwebrtc/modules/audio_processing/include/audio_processing.h

0 commit comments

Comments
 (0)