[webkit-changes] [WebKit/WebKit] 66f50f: [WebRTC] Allow stuns server URIs
Philippe Normand
noreply at github.com
Mon Sep 23 09:23:16 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 66f50fba817d1d0d739dfff62f59f2b7193e17e3
https://github.com/WebKit/WebKit/commit/66f50fba817d1d0d739dfff62f59f2b7193e17e3
Author: Philippe Normand <philn at igalia.com>
Date: 2024-09-23 (Mon, 23 Sep 2024)
Changed paths:
M LayoutTests/webrtc/stun-server-filtering.html
M Source/WebCore/Modules/mediastream/RTCPeerConnection.cpp
Log Message:
-----------
[WebRTC] Allow stuns server URIs
https://bugs.webkit.org/show_bug.cgi?id=279976
Reviewed by Youenn Fablet.
According to RFC 7064:
> The "stuns" URI scheme is intended to be used by applications with
> a need to identify a STUN server to be used for NAT traversal over
> a secure connection.
LibWebRTC accepts this kind of URL but doesn't seem to make a difference when connecting, as
compared to stun URIs.
Based on patch from Mikolaj Staworzynski <mikolaj.staworzynski at redembedded.com>
* LayoutTests/webrtc/stun-server-filtering.html:
* Source/WebCore/Modules/mediastream/RTCPeerConnection.cpp:
(WebCore::RTCPeerConnection::iceServersFromConfiguration):
Canonical link: https://commits.webkit.org/284082@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list