feat: change user agent
This commit is contained in:
parent
27e9531bda
commit
96dd41c42b
@ -189,6 +189,7 @@ impl AppState {
|
|||||||
direct_links: Default::default(),
|
direct_links: Default::default(),
|
||||||
http: reqwest::ClientBuilder::new()
|
http: reqwest::ClientBuilder::new()
|
||||||
.redirect(reqwest::redirect::Policy::none())
|
.redirect(reqwest::redirect::Policy::none())
|
||||||
|
.user_agent("limbusart 0.1.0")
|
||||||
.build()
|
.build()
|
||||||
.unwrap(),
|
.unwrap(),
|
||||||
}),
|
}),
|
||||||
|
Loading…
Reference in New Issue
Block a user