Commit 7033a77a 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 a8cea496 a5be02bf
......@@ -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