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:
Salvador Díaz Fau 2019-11-07 14:36:20 +01:00
parent 48672236a1
commit aec9e6b922
2 changed files with 2 additions and 2 deletions

View File

@ -894,7 +894,7 @@ begin
FWebRTCMultipleRoutes := STATE_DEFAULT;
FWebRTCNonProxiedUDP := STATE_DEFAULT;
FProxyType := CEF_PROXYTYPE_DIRECT;
FProxyType := CEF_PROXYTYPE_SYSTEM;
FProxyScheme := psHTTP;
FProxyServer := '';
FProxyPort := 80;

View File

@ -2,7 +2,7 @@
"UpdateLazPackages" : [
{
"ForceNotify" : true,
"InternalVersion" : 55,
"InternalVersion" : 56,
"Name" : "cef4delphi_lazarus.lpk",
"Version" : "78.3.1.0"
}