You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-11-23 21:34:53 +02:00
Update to CEF 78.2.9
This commit is contained in:
@@ -206,13 +206,16 @@ var
|
||||
begin
|
||||
try
|
||||
// The new request context overrides several GlobalCEFApp properties like :
|
||||
// cache, AcceptLanguageList, PersistSessionCookies, PersistUserPreferences,
|
||||
// IgnoreCertificateErrors and EnableNetSecurityExpiration
|
||||
// cache, AcceptLanguageList, PersistSessionCookies, PersistUserPreferences and
|
||||
// IgnoreCertificateErrors
|
||||
|
||||
// If you use an empty cache path, CEF will use in-memory cache.
|
||||
|
||||
// The cache directories of all the browsers *MUST* be a subdirectory of
|
||||
// GlobalCEFApp.RootCache unless you use a blank cache (in-memory).
|
||||
|
||||
if MainForm.NewContextChk.Checked then
|
||||
TempContext := TCefRequestContextRef.New('', '', False, False, False, False)
|
||||
TempContext := TCefRequestContextRef.New('', '', False, False, False)
|
||||
else
|
||||
TempContext := nil;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user