Enable "do not track" header
This commit is contained in:
parent
c95d36e425
commit
838591aa17
1 changed files with 1 additions and 1 deletions
|
@ -559,7 +559,7 @@ c.content.geolocation = False
|
||||||
## qutebrowser asks websites to not track your identity. If set to null,
|
## qutebrowser asks websites to not track your identity. If set to null,
|
||||||
## the DNT header is not sent at all.
|
## the DNT header is not sent at all.
|
||||||
## Type: Bool
|
## 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
|
## When to send the Referer header. The Referer header tells websites
|
||||||
## from which website you were coming from when visiting them. No restart
|
## from which website you were coming from when visiting them. No restart
|
||||||
|
|
Loading…
Reference in a new issue