You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-08-04 21:32:54 +02:00
Added workaround for the CEF issue #2899
https://bitbucket.org/chromiumembedded/cef/issues/2899/cefsettingsignore_certificate_errors-true
This commit is contained in:
@@ -1887,6 +1887,11 @@ begin
|
||||
if (length(FOverrideSpellCheckLang) > 0) then
|
||||
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
|
||||
begin
|
||||
{$IFDEF FPC}
|
||||
|
@@ -2,7 +2,7 @@
|
||||
"UpdateLazPackages" : [
|
||||
{
|
||||
"ForceNotify" : true,
|
||||
"InternalVersion" : 211,
|
||||
"InternalVersion" : 212,
|
||||
"Name" : "cef4delphi_lazarus.lpk",
|
||||
"Version" : "87.1.12.0"
|
||||
}
|
||||
|
Reference in New Issue
Block a user