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.
I just uploaded a new version of CEF4Delphi with 2 new TChromium properties :
TChromium.NetworkPredictions : Used to enable or disable the network predictions. Possible values : CEF_NETWORK_PREDICTION_ALWAYS, CEF_NETWORK_PREDICTION_WIFI_ONLY and CEF_NETWORK_PREDICTION_NEVER. The default value is CEF_NETWORK_PREDICTION_WIFI_ONLY. Thanks for the suggestion dilfich!
TChromium.QuicAllowed : Used to enable or disable the QUIC protocol. You can test it here : https://quic.stream/
The CEF binaries are the same as the previous version :
dilfich wrote: Fri Aug 07, 2020 8:18 amDevTools shows the H2 Protocol, the add-on doesn't change anything, what am I doing wrong?
Or did I misunderstand something(
I misunderstood
And protocol H2 can be disabled using --disable-http2 (test - http2.akamai.com/demo)