For reasons we cannot change we launch our legacy software by sending a message to a locahost server. This is software that we use in our business and is not software that runs on peoples private computers.
If I set the following back to disable in Chrome then our system works.
chrome://flags/#block-insecure-private-network-requests
However, I don't know how to make that work in CEF -
Code: Select all
GlobalCEFApp := TCefApplication.Create;
GlobalCEFApp.DisableWebSecurity := true;