1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-08-14 21:42:50 +02:00
Salvador Diaz Fau
2020-12-21 19:44:10 +01:00
parent 34c2c49034
commit 7ec49e1f95
2 changed files with 6 additions and 1 deletions

View File

@@ -1887,6 +1887,11 @@ begin
if (length(FOverrideSpellCheckLang) > 0) then if (length(FOverrideSpellCheckLang) > 0) then
ReplaceSwitch(aKeys, aValues, '--override-spell-check-lang', FOverrideSpellCheckLang); ReplaceSwitch(aKeys, aValues, '--override-spell-check-lang', FOverrideSpellCheckLang);
// This is a workaround for the CEF issue #2899
// https://bitbucket.org/chromiumembedded/cef/issues/2899/cefsettingsignore_certificate_errors-true
if FIgnoreCertificateErrors then
ReplaceSwitch(aKeys, aValues, '--ignore-certificate-errors');
if (FForcedDeviceScaleFactor <> 0) then if (FForcedDeviceScaleFactor <> 0) then
begin begin
{$IFDEF FPC} {$IFDEF FPC}

View File

@@ -2,7 +2,7 @@
"UpdateLazPackages" : [ "UpdateLazPackages" : [
{ {
"ForceNotify" : true, "ForceNotify" : true,
"InternalVersion" : 211, "InternalVersion" : 212,
"Name" : "cef4delphi_lazarus.lpk", "Name" : "cef4delphi_lazarus.lpk",
"Version" : "87.1.12.0" "Version" : "87.1.12.0"
} }