From 7a7410d9064fece78fdf73c603cc2a3011eb2c92 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 1 Jul 2020 10:48:57 +0200 Subject: [PATCH] Document how content.proxy can have a delay Closes #5557 --- doc/help/settings.asciidoc | 1 + qutebrowser/config/configdata.yml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index 54b38d653..218726f6a 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -2450,6 +2450,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: <> diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml index d09e98125..e53db42b4 100644 --- a/qutebrowser/config/configdata.yml +++ b/qutebrowser/config/configdata.yml @@ -823,6 +823,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