@@ -1623,8 +1623,7 @@ <h3>Proxy</h3>
1623
1623
< td > string
1624
1624
< td > Defines the proxy < a > host</ a > for HTTP traffic when
1625
1625
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 > .
1628
1627
</ tr >
1629
1628
1630
1629
< tr >
@@ -1640,16 +1639,15 @@ <h3>Proxy</h3>
1640
1639
< td > string
1641
1640
< td > Defines the proxy < a > host</ a > for encrypted TLS traffic
1642
1641
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 > .
1645
1643
</ tr >
1646
1644
1647
1645
< tr >
1648
1646
< td > < code > socksProxy</ code >
1649
1647
< td > string
1650
1648
< td > Defines the proxy < a > host</ a > for a < a > SOCKS proxy</ a >
1651
1649
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 > .
1653
1651
</ tr >
1654
1652
1655
1653
< tr >
@@ -1662,12 +1660,14 @@ <h3>Proxy</h3>
1662
1660
1663
1661
</ table >
1664
1662
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
1668
1666
< 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.
1671
1671
1672
1672
< p > A < a > < code > proxyType</ code > </ a > of "< code > direct</ code > " indicates
1673
1673
that the browser should not use a proxy at all.
0 commit comments