1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2024-11-24 08:02:15 +02:00

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;
FWebRTCNonProxiedUDP := STATE_DEFAULT;
FProxyType := CEF_PROXYTYPE_DIRECT;
FProxyType := CEF_PROXYTYPE_SYSTEM;
FProxyScheme := psHTTP;
FProxyServer := '';
FProxyPort := 80;