Commit 7325e32a authored by Honfika's avatar Honfika
parents 66671d10 0457c89f
......@@ -78,7 +78,7 @@ namespace Titanium.Web.Proxy.EventArguments
get => enableWinAuth;
set
{
if (!isWindowsAuthenticationSupported)
if (value && !isWindowsAuthenticationSupported)
throw new Exception("Windows Authentication is not supported");
enableWinAuth = value;
......
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