fix(client): ??? no accept language

This commit is contained in:
Matthew Esposito 2024-11-19 12:44:20 -05:00
parent 96e40e8887
commit 3e1718bfc9

View File

@ -241,7 +241,6 @@ fn request(method: &'static Method, path: String, redirect: bool, quarantine: bo
.header("Host", host)
.header("Authorization", &format!("Bearer {token}"))
.header("Accept-Encoding", if method == Method::GET { "gzip" } else { "identity" })
.header("Accept-Language", "en-US,en;q=0.5")
.header(
"Cookie",
if quarantine {