fix fetch path title by correcting request headers

This commit is contained in:
Jon Schoning 2020-08-08 01:46:06 -05:00 committed by Yann Esposito (Yogsototh)
parent 7d28b2d977
commit b20913d950
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -147,10 +147,6 @@ buildRequest url = do
pure $ NH.parseRequest_ url & \r ->
r { NH.requestHeaders =
[ ("Cache-Control", "max-age=0")
, ("Connection", "keep-alive")
, ("DNT", "1")
, ("Host", "archive.li")
, ("Upgrade-Insecure-Requests", "1")
, ("User-Agent", ua)
]
}