Unverified Commit 5c7f112d authored by honfika's avatar honfika Committed by GitHub

Merge pull request #341 from justcoding121/develop

Proxy authentication should be checked for excluded sites, too
parents 95a8877a 09bcfe29
......@@ -96,7 +96,7 @@ namespace Titanium.Web.Proxy
await TunnelConnectRequest.InvokeParallelAsync(this, connectArgs, ExceptionFunc);
}
if (!excluded && await CheckAuthorization(clientStreamWriter, connectArgs) == false)
if (await CheckAuthorization(clientStreamWriter, connectArgs) == false)
{
if (TunnelConnectResponse != null)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment