Re: Update to CEF 3.3626.1886.g162fdec
Posted: Mon Feb 25, 2019 8:46 am
Please, download the latest CEF4Delphi version.
Add this before the GlobalCEFApp.StartMainProcess call in the DPR file :
There seems to be an old bug in Chromium with the --disable-web-security switch.
Add this before the GlobalCEFApp.StartMainProcess call in the DPR file :
Code: Select all
GlobalCEFApp.AllowRunningInsecureContent := True;