Skip to content

Commit 2cd56a2

Browse files
Inline "proxy" string configuration with Chromium implementation
1 parent e380bf3 commit 2cd56a2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1623,8 +1623,7 @@ <h3>Proxy</h3>
16231623
<td>string
16241624
<td>Defines the proxy <a>host</a> for HTTP traffic when
16251625
the <a><code>proxyType</code></a> is "<code>manual</code>".
1626-
<td>A <a>host and optional port</a> for
1627-
scheme "<code>http</code>".
1626+
<td>A <a>proxy url</a>.
16281627
</tr>
16291628

16301629
<tr>
@@ -1640,16 +1639,15 @@ <h3>Proxy</h3>
16401639
<td>string
16411640
<td>Defines the proxy <a>host</a> for encrypted TLS traffic
16421641
when the <a><code>proxyType</code></a> is "<code>manual</code>".
1643-
<td>A <a>host and optional port</a> for
1644-
scheme "<code>https</code>".
1642+
<td>A <a>proxy url</a>.
16451643
</tr>
16461644

16471645
<tr>
16481646
<td><code>socksProxy</code>
16491647
<td>string
16501648
<td>Defines the proxy <a>host</a> for a <a>SOCKS proxy</a>
16511649
when the <a><code>proxyType</code></a> is "<code>manual</code>".
1652-
<td>A <a>host and optional port</a> with an <a>undefined</a> scheme.
1650+
<td>A <a>proxy url</a>.
16531651
</tr>
16541652

16551653
<tr>
@@ -1662,12 +1660,14 @@ <h3>Proxy</h3>
16621660

16631661
</table>
16641662

1665-
<p>A <dfn>host and optional port</dfn> for a <var>scheme</var> is
1666-
defined as being a valid <a>host</a>, optionally followed by a colon
1667-
and a valid <a>port</a>. The <a>host</a> may
1663+
<p>A <dfn>proxy url</dfn> is a valid <a>host</a>, optionally followed by a colon
1664+
and a valid <a>port</a>, and optionally prefixed by a <var>scheme</var> and
1665+
"<code>://</code>" string. The <a>host</a> may
16681666
<a data-lt="includes credentials">include credentials</a>. If the
1669-
port is omitted and <var>scheme</var> has a <a>default port</a>,
1670-
this is the implied port. Otherwise, the port is left undefined.
1667+
<var>scheme</var> is omitted, the <var>scheme</var> is implied to be
1668+
"<code>http</code>". If the port is omitted and <var>scheme</var> has a
1669+
<a>default port</a>, this is the implied port. Otherwise, the port is left
1670+
undefined.
16711671

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

0 commit comments

Comments
 (0)