Skip to content

Commit 2a639c7

Browse files
schemas
1 parent 1896719 commit 2a639c7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1652,18 +1652,18 @@ <h3>Proxy</h3>
16521652

16531653
</table>
16541654

1655-
<p>A <dfn>proxy url</dfn> is a valid <a>host</a>, optionally followed by a colon
1656-
and a valid <a>port</a>, and optionally prefixed by a <a>proxy schema</a>
1657-
<var>scheme</var> and "<code>://</code>" string. The <a>host</a> may
1655+
<p>A <dfn>proxy url</dfn> is an optional <a>proxy schema</a> and
1656+
"<code>://</code>" string, followed by a valid <a>host</a>, optionally
1657+
followed by a colon and a valid <a>port</a>. The <a>host</a> may
16581658
<a data-lt="includes credentials">include credentials</a>. If the
16591659
<var>scheme</var> is omitted, the <var>scheme</var> is implied to be
16601660
"<code>http</code>". If the port is omitted and <var>scheme</var> has a
16611661
<a>default port</a>, this is the implied port. Otherwise, the port is left
16621662
undefined.
16631663

16641664
<p>A <dfn>proxy schema</dfn> is defined as being one of the following strings:
1665-
"<code>http</code>", "<code>https</code>", "<code>socks4</code>",
1666-
"<code>socks5</code>".
1665+
"<code>http</code>", "<code>https</code>", "<code>socks</code>",
1666+
"<code>socks4</code>", "<code>socks5</code>".
16671667

16681668
<p>A <a><code>proxyType</code></a> of "<code>direct</code>" indicates
16691669
that the browser should not use a proxy at all.

0 commit comments

Comments
 (0)