Commit 1ce0f7fa authored by justcoding121's avatar justcoding121

remove calls not needed on init

parent 8e2208cb
...@@ -510,19 +510,11 @@ namespace Titanium.Web.Proxy.Network ...@@ -510,19 +510,11 @@ namespace Titanium.Web.Proxy.Network
{ {
TrustRootCertificate(); TrustRootCertificate();
} }
else
{
RemoveTrustedRootCertificate();
}
if (TrustRootAsAdministrator) if (TrustRootAsAdministrator)
{ {
TrustRootCertificateAsAdmin(); TrustRootCertificateAsAdmin();
} }
else
{
RemoveTrustedRootCertificateAsAdmin();
}
} }
} }
......
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