Use SYSTEM proxy settings as default

This commit is contained in:
Andreas Hausladen 2019-11-07 13:36:07 +01:00
parent 172e7ba9e4
commit 16096d9f30

View File

@ -950,7 +950,7 @@ begin
FWebRTCMultipleRoutes := STATE_DEFAULT; FWebRTCMultipleRoutes := STATE_DEFAULT;
FWebRTCNonProxiedUDP := STATE_DEFAULT; FWebRTCNonProxiedUDP := STATE_DEFAULT;
FProxyType := CEF_PROXYTYPE_DIRECT; FProxyType := CEF_PROXYTYPE_SYSTEM;
FProxyScheme := psHTTP; FProxyScheme := psHTTP;
FProxyServer := ''; FProxyServer := '';
FProxyPort := 80; FProxyPort := 80;