@@ -1653,22 +1653,34 @@ <h3>Proxy</h3>
1653
1653
< tr >
1654
1654
< td > < code > socksVersion</ code >
1655
1655
< td > number
1656
- < td > Defines the < a > SOCKS proxy</ a > version
1656
+ < td > (deprecated) defines the < a > SOCKS proxy</ a > version
1657
1657
when the < a > < code > proxyType</ code > </ a > is "< code > manual</ code > ".
1658
1658
< td > Any < a > integer</ a > between 0 and 255 inclusive.
1659
1659
</ tr >
1660
1660
1661
+ < tr >
1662
+ < td > < code > other</ code >
1663
+ < td > string
1664
+ < td > (deprecated) defines the proxy for traffic which is not HTTP nor TLS
1665
+ when the < a > < code > proxyType</ code > </ a > is "< code > manual</ code > ".
1666
+ < td > A < a > proxy url</ a > .
1667
+ </ tr >
1668
+
1661
1669
</ table >
1662
1670
1663
1671
< 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
1672
+ and a valid < a > port</ a > , and optionally prefixed by a < a > proxy schema </ a >
1673
+ < var > scheme </ var > and "< code > ://</ code > " string. The < a > host</ a > may
1666
1674
< a data-lt ="includes credentials "> include credentials</ a > . If the
1667
1675
< var > scheme</ var > is omitted, the < var > scheme</ var > is implied to be
1668
1676
"< code > http</ code > ". If the port is omitted and < var > scheme</ var > has a
1669
1677
< a > default port</ a > , this is the implied port. Otherwise, the port is left
1670
1678
undefined.
1671
1679
1680
+ < p > A < dfn > proxy schema</ dfn > is defined as being one of the following strings:
1681
+ "< code > http</ code > ", "< code > https</ code > ", "< code > socks4</ code > ",
1682
+ "< code > socks5</ code > ".
1683
+
1672
1684
< p > A < a > < code > proxyType</ code > </ a > of "< code > direct</ code > " indicates
1673
1685
that the browser should not use a proxy at all.
1674
1686
0 commit comments