mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 04:57:38 +03:00
fix(client): ??? no accept language
This commit is contained in:
parent
96e40e8887
commit
3e1718bfc9
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue