summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-09-26 18:24:10 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-09-26 18:24:10 +0200
commitf39f6bc0a95d1f2924b8db01493fe289da02c702 (patch)
tree8f5f926083b5f7db768141e22d67c835fb63f4cc
parent63d97aa69e71a7d7fbe10cbcab34d87b3e7c929a (diff)
downloadqutebrowser-f39f6bc0a95d1f2924b8db01493fe289da02c702.tar.gz
qutebrowser-f39f6bc0a95d1f2924b8db01493fe289da02c702.zip
doc: Also disable DNS prefetch for mail leak prevention via proxy
Looks like it's required there as well
-rw-r--r--doc/faq.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/faq.asciidoc b/doc/faq.asciidoc
index bc604bd24..bcbd0d29a 100644
--- a/doc/faq.asciidoc
+++ b/doc/faq.asciidoc
@@ -175,7 +175,7 @@ requests, in order to avoid privacy leaks when reading mails. The easiest way
to do so is by specifying a non-existent proxy server, e.g.:
+
----
-qutebrowser --temp-basedir -s content.proxy http://localhost:666 -s content.javascript.enabled false %s
+qutebrowser --temp-basedir -s content.proxy http://localhost:666 -s content.dns_prefetch false -s content.javascript.enabled false %s
----
+
With Qt 6, using something like: