[webrtc-pc] Pull Request: Expand definition of "administratively prohibited."

VergeA has just submitted a new pull request for https://github.com/w3c/webrtc-pc:

== Expand definition of "administratively prohibited." ==
I am working on the Connection Allowlists specification being incubated in WICG: https://github.com/WICG/connection-allowlists

This feature will allow sites to restrict network access to particular allowlisted endpoints. WebRTC is handled by providing a boolean flag to either fully enable or fully disable RTCPeerConnection usage. The corresponding spec PR monkey-patches the RTCPeerConnection constructor to throw an error when disabling: https://github.com/WICG/connection-allowlists/pull/13

This mirrors the concept of "administratively prohibited", but applies to the entire PC interface instead of individual ICE candidates. This PR defines a new subsection containing the definition of "administratively prohibited", and has the RTCPeerConnection constructor and addIceCandidate refer to this common definition.

See https://github.com/w3c/webrtc-pc/pull/3121


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 30 June 2026 17:30:54 UTC