cef_remove_cross_origin_whitelist_entry

Remove an entry from the cross-origin access whitelist. Returns false (0) if |source_origin| is invalid or the whitelist cannot be accessed.

version(cef && embedded_cef_bindings)
extern (C)
int
cef_remove_cross_origin_whitelist_entry
(
const(cef_string_t)* source_origin
,
const(cef_string_t)* target_protocol
,
const(cef_string_t)* target_domain
,)

Meta