New: Http/Socks proxy support.

fixes #732
This commit is contained in:
Taloth Saldono 2016-05-22 15:57:38 +02:00
commit 54c17de849
27 changed files with 662 additions and 66 deletions

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;