CefCookieAccessFilter

Implement this interface to filter cookies that may be sent or received from resource requests. The methods of this class will be called on the IO thread.

Inheritors

Functions

Link copied to clipboard
abstract fun canSaveCookie(browser: CefBrowser, frame: CefFrame, request: CefRequest, response: CefResponse, cookie: CefCookie): Boolean
Called on the IO thread after a resource response is received.
Link copied to clipboard
abstract fun canSendCookie(browser: CefBrowser, frame: CefFrame, request: CefRequest, cookie: CefCookie): Boolean
Called on the IO thread before a resource request is sent.