cef_load_crlsets_file

Loads the existing "Certificate Revocation Lists" file that is managed by Google Chrome. This file can generally be found in Chrome's User Data directory (e.g. "C:\Users\User\AppData\Local\Google\Chrome\User Data\" on Windows) and is updated periodically by Chrome's component updater service. Must be called in the browser process after the context has been initialized. See https://dev.chromium.org/Home/chromium-security/crlsets for background.

version(cef && embedded_cef_bindings)
extern (C)
void
cef_load_crlsets_file
(
const(cef_string_t)* path
)

Meta