Remove outdated X-Do-Not-Track
This commit is contained in:
parent
bc06c66823
commit
296e6816ee
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user