Add proxy support

https://www.youtube.com/watch?v=g54aPmNjMM4
This commit is contained in:
JustArchi
2018-05-09 05:31:48 +02:00
parent 85fedfda88
commit fce94c3fa4
6 changed files with 138 additions and 8 deletions

View File

@@ -346,7 +346,7 @@ namespace ArchiSteamFarm {
}
WebBrowser.Init();
WebBrowser = new WebBrowser(ASF.ArchiLogger, true);
WebBrowser = new WebBrowser(ASF.ArchiLogger, GlobalConfig.WebProxy, true);
if (GlobalConfig.IPC && (GlobalConfig.IPCPrefixes.Count > 0)) {
IPC.Start(GlobalConfig.IPCPrefixes);