Merge pull request #233 from ahausladen/UseSystemProxySettings

Use SYSTEM proxy settings as default
This commit is contained in:
Salvador Díaz Fau 2019-11-07 14:31:57 +01:00 committed by GitHub
commit 48672236a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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