updated wreq emulation
This commit is contained in:
@@ -44,7 +44,7 @@ impl Requester {
|
||||
fn build_client(cookie_jar: Arc<Jar>, user_agent: Option<&str>) -> Client {
|
||||
let mut builder = Client::builder()
|
||||
.cert_verification(false)
|
||||
.emulation(Emulation::Firefox136)
|
||||
.emulation(Emulation::Firefox146)
|
||||
.cookie_provider(cookie_jar)
|
||||
.redirect(Policy::default());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user