diff --git a/amendments.json b/amendments.json index a9e2017a1..e52c9c3b4 100644 --- a/amendments.json +++ b/amendments.json @@ -55,7 +55,7 @@ }, { "description": "Use the url spec to parse ice server urls", - "pr": 2853, + "pr": [2853, 2998], "type": "correction", "status": "candidate", "id": 33 diff --git a/webrtc.html b/webrtc.html index 97982864d..31d9c54cc 100644 --- a/webrtc.html +++ b/webrtc.html @@ -3058,7 +3058,7 @@
Let parsedURL be the result of - parsing + [=basic url parser|parsing=] url.
Let hostAndPortURL be result of - parsing the concatenation of + [=basic url parser|parsing=] the concatenation of `"https://"` and parsedURL's [=url/path=].
If hostAndPortURL is failure, then [=exception/throw=] a "{{SyntaxError}}" {{DOMException}}.
+If hostAndPortURL's [=url/path=], [=url/username=], or [=url/password=] is non-null, then [=exception/throw=] a "{{SyntaxError}}" {{DOMException}}.
For "stun" and "stuns" schemes, this validates
[[!RFC7064]] section 3.1.
For "turn" and "turns" schemes, this and the steps below validate