Enable "do not track" header

This commit is contained in:
finga 2021-12-04 17:09:43 +01:00
parent c95d36e425
commit 838591aa17

View file

@ -559,7 +559,7 @@ c.content.geolocation = False
## qutebrowser asks websites to not track your identity. If set to null,
## the DNT header is not sent at all.
## Type: Bool
# c.content.headers.do_not_track = True
c.content.headers.do_not_track = True
## When to send the Referer header. The Referer header tells websites
## from which website you were coming from when visiting them. No restart