summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-07-01 10:48:57 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-07-10 16:21:50 +0200
commitc211d44c0d23c5f1633b8fe9c3237410574b686a (patch)
treeba0b47ec9c91b3f7ede80bbf9ed24d163785a4b1
parent05ba5476b9dc1f5a1a4f20e43daf2b2ee408fe16 (diff)
downloadqutebrowser-c211d44c0d23c5f1633b8fe9c3237410574b686a.tar.gz
qutebrowser-c211d44c0d23c5f1633b8fe9c3237410574b686a.zip
Document how content.proxy can have a delay
Closes #5557 (cherry picked from commit 7a7410d9064fece78fdf73c603cc2a3011eb2c92)
-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