mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-15 15:55:56 +01:00
Merge pull request #233 from ahausladen/UseSystemProxySettings
Use SYSTEM proxy settings as default
This commit is contained in:
commit
48672236a1
@ -950,7 +950,7 @@ begin
|
||||
FWebRTCMultipleRoutes := STATE_DEFAULT;
|
||||
FWebRTCNonProxiedUDP := STATE_DEFAULT;
|
||||
|
||||
FProxyType := CEF_PROXYTYPE_DIRECT;
|
||||
FProxyType := CEF_PROXYTYPE_SYSTEM;
|
||||
FProxyScheme := psHTTP;
|
||||
FProxyServer := '';
|
||||
FProxyPort := 80;
|
||||
|
Loading…
Reference in New Issue
Block a user