We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e2c3e commit 87a708cCopy full SHA for 87a708c
src/Tinify/Client.cs
@@ -37,7 +37,7 @@ public Client(string key, string appIdentifier = null, string proxy = null)
37
if (!RuntimeInformation.IsOSPlatform(OSPlatform.OSX))
38
{
39
// TLS is extremely spotty and differs per version on MacOS
40
- ServerCertificateCustomValidationCallback = Internal.SSL.ValidationCallback
+ ServerCertificateCustomValidationCallback = Internal.SSL.ValidationCallback;
41
};
42
43
if (proxy != null)
0 commit comments