Re: [webrtc-pc] Reject ICE servers with an authority component or / (#2998)

Conversely, the following are detected as invalid by the URL spec but not by the RFC ABNF:
```
  "stun:example.net:65536",
  "stun:192.0x00A80001",
  "stun:%ef%b7%90zyx.com",
  "stun:%EF%BF%BD",
  "stun:a.b.c.xn--pokxncvks",
  "stun:a.b.c.XN--pokxncvks",
  "stun:a.b.c.Xn--pokxncvks",
  "stun:10.0.0.XN--pokxncvks",
  "stun:10.0.0.xN--pokxncvks",
  "stun:%ef%bc%85%ef%bc%90%ef%bc%90.com",
  "stun:%25",
  "stun:hello%00",
  "stun:192.168.0.257",
  "stun:ho%00st",
  "stun:example.com%80",
  "stun:10000000000",
  "stun:0xffffffff1",
  "stun:256.256.256.256"
```

-- 
GitHub Notification of comment by dontcallmedom
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/pull/2998#issuecomment-2330972703 using your GitHub account


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

Received on Thursday, 5 September 2024 08:54:42 UTC