mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-16 00:05:55 +01:00
Use SYSTEM proxy settings as default
This commit is contained in:
parent
172e7ba9e4
commit
16096d9f30
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user