Page 2 of 2

Re: Update to CEF 3.3626.1886.g162fdec

Posted: Mon Feb 25, 2019 8:46 am
by salvadordf
Please, download the latest CEF4Delphi version.

Add this before the GlobalCEFApp.StartMainProcess call in the DPR file :

Code: Select all

GlobalCEFApp.AllowRunningInsecureContent := True;
There seems to be an old bug in Chromium with the --disable-web-security switch.

Re: Update to CEF 3.3626.1886.g162fdec

Posted: Tue Feb 26, 2019 6:54 am
by dilfich
Found a "glitch".. if you open "chrome://version/" and then load the desired page, the security shutdown does not work.
That's why it didn't work for me. :shock:
(LoadUrl or DefaultUrl = "chrome://version/")