doc: Also disable DNS prefetch for mail leak prevention via proxy

Looks like it's required there as well
This commit is contained in:
Florian Bruhin 2022-09-26 18:24:10 +02:00
parent 63d97aa69e
commit f39f6bc0a9
1 changed files with 1 additions and 1 deletions

View File

@ -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: