Fix recent requests loading on startup

This commit is contained in:
Gregory Schier
2023-10-28 18:27:18 -07:00
parent c4a8603b81
commit 6202e59daa
4 changed files with 16 additions and 14 deletions

View File

@@ -91,8 +91,6 @@ async fn actually_send_ephemeral_request(
url_string = format!("http://{}", url_string);
}
println!("Sending request to {}", url_string);
let client = reqwest::Client::builder()
.redirect(Policy::none())
// .danger_accept_invalid_certs(true)