Remove outdated X-Do-Not-Track

This commit is contained in:
Maurits van Altvorst 2018-12-08 22:37:33 +01:00
parent bc06c66823
commit 296e6816ee

View File

@ -42,7 +42,6 @@ def custom_headers(url):
if dnt_config is not None:
dnt = b'1' if dnt_config else b'0'
headers[b'DNT'] = dnt
headers[b'X-Do-Not-Track'] = dnt
conf_headers = config.instance.get('content.headers.custom', url=url)
for header, value in conf_headers.items():