Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

Update to CEF 3.3626.1886.g162fdec

User avatar
salvadordf
Posts: 4565
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Update to CEF 3.3626.1886.g162fdec

Post 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.
dilfich
Posts: 368
Joined: Thu Nov 30, 2017 1:17 am

Re: Update to CEF 3.3626.1886.g162fdec

Post 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/")
Post Reply