mirror of
https://github.com/Skallwar/suckit.git
synced 2026-09-10 07:16:19 -04:00
Update downloader.rs for Disable SSL checks
This commit is contained in:
parent
ad4b89d18d
commit
85e8ecca62
|
|
@ -64,6 +64,7 @@ impl Downloader {
|
|||
|
||||
Downloader {
|
||||
client: reqwest::blocking::ClientBuilder::new()
|
||||
.danger_accept_invalid_certs(true)
|
||||
.cookie_store(true)
|
||||
.user_agent(user_agent)
|
||||
.build()
|
||||
|
|
|
|||
Loading…
Reference in a new issue