fix(client): ??? no accept language
This commit is contained in:
parent
96e40e8887
commit
3e1718bfc9
@ -241,7 +241,6 @@ fn request(method: &'static Method, path: String, redirect: bool, quarantine: bo
|
|||||||
.header("Host", host)
|
.header("Host", host)
|
||||||
.header("Authorization", &format!("Bearer {token}"))
|
.header("Authorization", &format!("Bearer {token}"))
|
||||||
.header("Accept-Encoding", if method == Method::GET { "gzip" } else { "identity" })
|
.header("Accept-Encoding", if method == Method::GET { "gzip" } else { "identity" })
|
||||||
.header("Accept-Language", "en-US,en;q=0.5")
|
|
||||||
.header(
|
.header(
|
||||||
"Cookie",
|
"Cookie",
|
||||||
if quarantine {
|
if quarantine {
|
||||||
|
Loading…
Reference in New Issue
Block a user