Hi,
CEF4Delphi is now updated to CEF 76.1.11 which includes Chromium 76.0.3809.132
I also added the TChromium.MaxConnectionsPerProxy property that should update the MaxConnectionsPerProxy policy value.
Notice that I said "should" because I update its value using the preferences and CEF doesn't support all of them.
Test it with the preferences form in the MiniBrowser demo or your own app and tell me if it works as you expected.
According to the documentation, that property should be lower than 100 and higher than 6 and the default value is 32.
The CEF binaries are these :
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.
Update to CEF 76.1.11
- salvadordf
- Posts: 4565
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
- salvadordf
- Posts: 4565
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Update to CEF 76.1.11
I forgot to add that you must call TChromium.UpdatePreferences after you change the TChromium.MaxConnectionsPerProxy value.