cef_request_context_t.get_content_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 CEF_CONTENT_SETTING_VALUE_DEFAULT if no value is configured. Must be called on the browser process UI thread.

struct cef_request_context_t
extern (System)
cef_content_setting_values_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_content_setting;

Meta