mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-02 21:57:37 +02:00
Fixed cookie issues with browsers using a different request context
This commit is contained in:
parent
c5fae76a1f
commit
0c5f4b626d
@ -222,7 +222,7 @@ begin
|
||||
else
|
||||
TempCache := GlobalCEFApp.RootCache + '\cache' + inttostr(MainForm.BrowserCount);
|
||||
|
||||
TempContext := TCefRequestContextRef.New(TempCache, '', '', True, False, False, False)
|
||||
TempContext := TCefRequestContextRef.New(TempCache, '', '', False, False, False, False)
|
||||
end
|
||||
else
|
||||
TempContext := nil;
|
||||
|
@ -215,7 +215,7 @@ begin
|
||||
// GlobalCEFApp.RootCache unless you use a blank cache (in-memory).
|
||||
|
||||
if MainForm.NewContextChk.Checked then
|
||||
TempContext := TCefRequestContextRef.New('', '', '', True, False, False, False)
|
||||
TempContext := TCefRequestContextRef.New('', '', '', False, False, False, False)
|
||||
else
|
||||
TempContext := nil;
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
"UpdateLazPackages" : [
|
||||
{
|
||||
"ForceNotify" : true,
|
||||
"InternalVersion" : 275,
|
||||
"InternalVersion" : 276,
|
||||
"Name" : "cef4delphi_lazarus.lpk",
|
||||
"Version" : "90.5.4.0"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user