You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-07-12 22:30:17 +02:00
Use SYSTEM proxy settings as default
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user