Https proxy
This commit is contained in:
@@ -223,7 +223,7 @@ public abstract class Getdown extends Thread
|
||||
protected boolean detectProxy ()
|
||||
{
|
||||
// we may already have a proxy configured
|
||||
if (System.getProperty("http.proxyHost") != null) {
|
||||
if (System.getProperty("http.proxyHost") != null || System.getProperty("https.proxyHost") != null) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user