You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-08-14 21:42:50 +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
|
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}
|
||||||
|
@@ -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"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user