Disable revocation check

Likely root cause for https://steamcommunity.com/groups/archiasf/discussions/1/3821906444724042697/
This commit is contained in:
Archi 2023-03-15 16:06:53 +01:00
parent b98e23e840
commit 63c206e6c7
2 changed files with 1 additions and 4 deletions

View file

@ -759,9 +759,6 @@ public sealed class WebBrowser : IDisposable {
// Set max idle time from default of 100 seconds (100 * 1000) to desired value
ServicePointManager.MaxServicePointIdleTime = MaxIdleTime * 1000;
// Make best effort in ensuring that we're not honoring revoked certificates
ServicePointManager.CheckCertificateRevocationList = true;
// Don't use Expect100Continue, we're sure about our POSTs, save some TCP packets
ServicePointManager.Expect100Continue = false;

View file

@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>5.4.3.3</Version>
<Version>5.4.4.0</Version>
</PropertyGroup>
<PropertyGroup>