summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/help/settings.asciidoc1
-rw-r--r--qutebrowser/config/configdata.yml3
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc
index 8d248a5d8..9f784dc03 100644
--- a/doc/help/settings.asciidoc
+++ b/doc/help/settings.asciidoc
@@ -2448,6 +2448,7 @@ Default: +pass:[false]+
=== content.proxy
Proxy to use.
In addition to the listed values, you can use a `socks://...` or `http://...` URL.
+Note that with QtWebEngine, it will take a couple of seconds until the change is applied, if this value is changed at runtime.
Type: <<types,Proxy>>
diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml
index e8b7d51bb..2fc70d520 100644
--- a/qutebrowser/config/configdata.yml
+++ b/qutebrowser/config/configdata.yml
@@ -815,6 +815,9 @@ content.proxy:
In addition to the listed values, you can use a `socks://...` or
`http://...` URL.
+ Note that with QtWebEngine, it will take a couple of seconds until the
+ change is applied, if this value is changed at runtime.
+
content.proxy_dns_requests:
default: true
type: Bool