summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-10-09 18:55:01 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-10-09 18:55:30 +0200
commitd9dc87d43ea7025e385d61d83b96c9f174c6f2f0 (patch)
tree5fdc072b029525ced9aee85d7f0506562b47f611
parent0f38c94197644d5d47dda335a9efaf3d212d1523 (diff)
downloadqutebrowser-d9dc87d43ea7025e385d61d83b96c9f174c6f2f0.tar.gz
qutebrowser-d9dc87d43ea7025e385d61d83b96c9f174c6f2f0.zip
doc: Clarify SOCKS auth support
-rw-r--r--doc/help/settings.asciidoc2
-rw-r--r--qutebrowser/config/configdata.yml3
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: <<types,Proxy>>
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