1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-09-30 21:28:55 +02:00
Files
CEF4Delphi/update_CEF4Delphi.json
Salvador Díaz Fau 58fbd83d30 Removed TChromiumCore.AcceptLanguageList
Chromium ignores changes to the intl.accept_languages browser preference.

Alternatives :
- Use GlobalCEFApp.AcceptLanguageList.
- Use TChromiumCore.SetUserAgentOverride and set the aAcceptLanguage parameter.
- Create a custom request context with TCefRequestContextRef.New and set the aAcceptLanguageList parameter.
2025-07-25 16:47:42 +02:00

16 lines
346 B
JSON

{
"UpdateLazPackages" : [
{
"ForceNotify" : true,
"InternalVersion" : 757,
"Name" : "cef4delphi_lazarus.lpk",
"Version" : "138.0.33"
}
],
"UpdatePackageData" : {
"DisableInOPM" : false,
"DownloadZipURL" : "https://github.com/salvadordf/CEF4Delphi/archive/master.zip",
"Name" : "CEF4Delphi"
}
}