Skip to content

Commit 87d0c56

Browse files
committed
Don't claim NTLM support on Browser
1 parent 1324d77 commit 87d0c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/Common/tests/System/Net/Capability.Security.Unix.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public static partial class Capability
77
{
88
public static bool IsNtlmInstalled()
99
{
10-
return true;
10+
return !OperatingSystem.IsBrowser();
1111
}
1212
}
1313
}

0 commit comments

Comments
 (0)