Update docs

This commit is contained in:
Florian Bruhin 2017-02-05 00:09:18 +01:00
parent c4ba3fc93a
commit ba5ac6139a
3 changed files with 6 additions and 4 deletions

View File

@ -221,6 +221,7 @@ Contributors, sorted by the number of commits in descending order:
* Samuel Loury * Samuel Loury
* Peter Michely * Peter Michely
* Panashe M. Fundira * Panashe M. Fundira
* Lucas Hoffmann
* Link * Link
* Larry Hynes * Larry Hynes
* Johannes Altmanninger * Johannes Altmanninger
@ -234,7 +235,6 @@ Contributors, sorted by the number of commits in descending order:
* Regina Hug * Regina Hug
* Mathias Fussenegger * Mathias Fussenegger
* Marcelo Santos * Marcelo Santos
* Lucas Hoffmann
* Joel Bradshaw * Joel Bradshaw
* Jean-Louis Fuchs * Jean-Louis Fuchs
* Franz Fellner * Franz Fellner

View File

@ -796,6 +796,8 @@ The proxy to use.
In addition to the listed values, you can use a `socks://...` or `http://...` URL. In addition to the listed values, you can use a `socks://...` or `http://...` URL.
This setting only works with Qt 5.8 or newer when using the QtWebEngine backend.
Valid values: Valid values:
* +system+: Use the system wide proxy. * +system+: Use the system wide proxy.
@ -803,8 +805,6 @@ Valid values:
Default: +pass:[system]+ Default: +pass:[system]+
This setting is only available with the QtWebKit backend.
[[network-proxy-dns-requests]] [[network-proxy-dns-requests]]
=== proxy-dns-requests === proxy-dns-requests
Whether to send DNS requests over the configured proxy. Whether to send DNS requests over the configured proxy.

View File

@ -437,7 +437,9 @@ def data(readonly=False):
else [usertypes.Backend.QtWebKit])), else [usertypes.Backend.QtWebKit])),
"The proxy to use.\n\n" "The proxy to use.\n\n"
"In addition to the listed values, you can use a `socks://...` " "In addition to the listed values, you can use a `socks://...` "
"or `http://...` URL."), "or `http://...` URL.\n\n"
"This setting only works with Qt 5.8 or newer when using the "
"QtWebEngine backend."),
('proxy-dns-requests', ('proxy-dns-requests',
SettingValue(typ.Bool(), 'true', SettingValue(typ.Bool(), 'true',