New: Http/Socks proxy support.

fixes #732
This commit is contained in:
Taloth Saldono
2016-05-22 15:57:38 +02:00
27 changed files with 662 additions and 66 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ namespace NzbDrone.Common.Http
Headers = new HttpHeader();
AllowAutoRedirect = true;
Cookies = new Dictionary<string, string>();
if (!RuntimeInfoBase.IsProduction)
{
AllowAutoRedirect = false;