Commit fcd987bd authored by justcoding121's avatar justcoding121 Committed by justcoding121

bug fix disable proxy

parent 453145e1
......@@ -186,7 +186,7 @@ namespace Titanium.Web.Proxy.Helpers
{
HostName = endPoint.Split(':')[0],
Port = int.Parse(endPoint.Split(':')[1]),
IsSecure = false
IsSecure = true
};
}
return null;
......
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