From f39f6bc0a95d1f2924b8db01493fe289da02c702 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 26 Sep 2022 18:24:10 +0200 Subject: doc: Also disable DNS prefetch for mail leak prevention via proxy Looks like it's required there as well --- doc/faq.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3-54-g00ecf