From 838591aa17c63f0361c55a86672107114864dacc Mon Sep 17 00:00:00 2001 From: finga Date: Sat, 4 Dec 2021 17:09:43 +0100 Subject: [PATCH] Enable "do not track" header --- .config/qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 80171bd..3999894 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -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