Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 66f50fba817d1d0d739dfff62f59f2b7193e17e3
      
https://github.com/WebKit/WebKit/commit/66f50fba817d1d0d739dfff62f59f2b7193e17e3
  Author: Philippe Normand <[email protected]>
  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 <[email protected]>

* 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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to