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:
parent
48672236a1
commit
aec9e6b922
@ -894,7 +894,7 @@ begin
|
||||
FWebRTCMultipleRoutes := STATE_DEFAULT;
|
||||
FWebRTCNonProxiedUDP := STATE_DEFAULT;
|
||||
|
||||
FProxyType := CEF_PROXYTYPE_DIRECT;
|
||||
FProxyType := CEF_PROXYTYPE_SYSTEM;
|
||||
FProxyScheme := psHTTP;
|
||||
FProxyServer := '';
|
||||
FProxyPort := 80;
|
||||
|
@ -2,7 +2,7 @@
|
||||
"UpdateLazPackages" : [
|
||||
{
|
||||
"ForceNotify" : true,
|
||||
"InternalVersion" : 55,
|
||||
"InternalVersion" : 56,
|
||||
"Name" : "cef4delphi_lazarus.lpk",
|
||||
"Version" : "78.3.1.0"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user