cef_request_context_t.get_website_setting

Returns the current value for |content_type| that applies for the specified URLs. If both URLs are NULL the default value will be returned. Returns nullptr if no value is configured. Must be called on the browser process UI thread.

struct cef_request_context_t
extern (System)
cef_value_t* function(cef_request_context_t* self, const(cef_string_t)* requesting_url, const(cef_string_t)* top_level_url, cef_content_setting_types_t content_type) nothrow get_website_setting;

Meta