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.
CEF4Delphi is now updated to CEF 84.3.8 which includes Chromium 84.0.4147.105
The CEF4Delphi code had these changes recently :
Improvements to the functions in GlobalCEFApp that handle the command line switches to avoid repetitions and make it easier to remove or modify default switches.
Fixed Is32BitProcess hint on Delphi 10.4
Renamed TChromiumCore.ClearDataForOrigin parameter from "aOriginURL" to "aOrigin"
The Prefetch feature in Google Chrome takes up resources by caching pages you may never go to. You can modify a setting and enable or disable the Prefetch feature as you see fit using this tutorial.
Also known as “prerendering“, the Prefetch feature in Google Chrome will cache pages that are linked on the web page you are currently on. This allows the page to load a bit faster when accessing it.
I haven't forgotten this feature request.
Modifying that preference is easy but sometimes you have to do something else before in order to truly activate it.
I'll take a look as soon as I can.