cef_request_context_t.clear_certificate_exceptions

Clears all certificate exceptions that were added as part of handling

More...
struct cef_request_context_t
extern (System)
void function(cef_request_context_t* self, cef_completion_callback_t* callback) nothrow clear_certificate_exceptions;

Detailed Description

cef request handler t

:on_certificate_error(). If you call this it is recommended that you also call close_all_connections() or you risk not being prompted again for server certificates if you reconnect quickly. If |callback| is non-NULL it will be executed on the UI thread after completion.

Meta