From d9dc87d43ea7025e385d61d83b96c9f174c6f2f0 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 9 Oct 2021 18:55:01 +0200 Subject: doc: Clarify SOCKS auth support --- doc/help/settings.asciidoc | 2 +- qutebrowser/config/configdata.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index 18dfebc5d..60c229078 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -2669,7 +2669,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. +Note that with QtWebEngine, it will take a couple of seconds until the change is applied, if this value is changed at runtime. Authentication for SOCKS proxies isn't supported due to Chromium limitations. Type: <> diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml index a525e2426..a1ff69f74 100644 --- a/qutebrowser/config/configdata.yml +++ b/qutebrowser/config/configdata.yml @@ -1060,7 +1060,8 @@ content.proxy: `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. + change is applied, if this value is changed at runtime. Authentication for + SOCKS proxies isn't supported due to Chromium limitations. content.proxy_dns_requests: default: true -- cgit v1.2.3-54-g00ecf