removed proxies
This commit is contained in:
@@ -142,7 +142,7 @@ impl OkpornProvider {
|
||||
if response.status().is_redirection(){
|
||||
|
||||
response = client.get(self.url.clone() + response.headers()["Location"].to_str().unwrap())
|
||||
.proxy(proxy)
|
||||
// .proxy(proxy)
|
||||
.send().await?;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user