You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-12 22:07:39 +02:00
Fix for issue #265 made by Matthias Kretschmar
Added TChromium.AcceptCookies and TChormium.Block3rdPartyCookies
This commit is contained in:
@ -385,6 +385,9 @@ type
|
||||
|
||||
TCefProcessType = (ptBrowser, ptRenderer, ptZygote, ptGPU, ptUtility, ptOther);
|
||||
|
||||
// Used in TChromium preferences to allow or block cookies.
|
||||
TCefCookiePref = (cpDefault, cpAllow, cpBlock);
|
||||
|
||||
TCefAplicationStatus = (asLoading,
|
||||
asLoaded,
|
||||
asInitialized,
|
||||
|
Reference in New Issue
Block a user