Update docs

This commit is contained in:
Florian Bruhin 2014-12-16 23:34:19 +01:00
parent 655ab31d48
commit 30b5319068

View File

@ -44,6 +44,7 @@
|<<network-accept-language,accept-language>>|Value to send in the `accept-language` header.
|<<network-user-agent,user-agent>>|User agent to send. Empty to send the default.
|<<network-proxy,proxy>>|The proxy to use.
|<<network-proxy-dns-requests,proxy-dns-requests>>|Whether to send DNS requests over the configured proxy.
|<<network-ssl-strict,ssl-strict>>|Whether to validate SSL handshakes.
|<<network-dns-prefetch,dns-prefetch>>|Whether to try to pre-fetch DNS entries to speed up browsing.
|==============
@ -490,6 +491,17 @@ Valid values:
Default: +pass:[system]+
[[network-proxy-dns-requests]]
=== proxy-dns-requests
Whether to send DNS requests over the configured proxy.
Valid values:
* +true+
* +false+
Default: +pass:[true]+
[[network-ssl-strict]]
=== ssl-strict
Whether to validate SSL handshakes.