Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit 075597d

Browse files
committed
bug fix disable proxy
1 parent 46ad239 commit 075597d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Titanium.Web.Proxy/Helpers/SystemProxy.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ private static HttpSystemProxyValue parseProxyValue(string value)
186186
{
187187
HostName = endPoint.Split(':')[0],
188188
Port = int.Parse(endPoint.Split(':')[1]),
189-
IsSecure = false
189+
IsSecure = true
190190
};
191191
}
192192
return null;

0 commit comments

Comments
 (0)