mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 1404891 - Add noProxy documentation for proxy capabilities. r=ato
We missed adding it for the implementation on bug 1387094. DONTBUILD MozReview-Commit-ID: E717NEO7o2U --HG-- extra : rebase_source : facb28d006e514bff6796f8c0e085c73f313d0ce
This commit is contained in:
parent
c8714b1c7d
commit
89dbeb8d8c
@ -163,6 +163,14 @@ geckodriver supports a number of [capabilities]:
|
|||||||
is set to <code>manual</code>.
|
is set to <code>manual</code>.
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td><code>noProxy</code>
|
||||||
|
<td>list
|
||||||
|
<td>Lists the addresses for which the proxy should be bypassed.
|
||||||
|
This property should only be set when <code>proxyType</code>
|
||||||
|
is set to <code>manual</code>.
|
||||||
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>sslProxy</code>
|
<td><code>sslProxy</code>
|
||||||
<td>string
|
<td>string
|
||||||
|
Loading…
Reference in New Issue
Block a user