Method
MalcontentWebFilterget_custom_block_list
unstable since: 0.14.0
Declaration [src]
const char* const*
mct_web_filter_get_custom_block_list (
MctWebFilter* filter,
size_t* out_len
)
Description [src]
Gets the custom block list configured on the filter.
This is an array of hostnames to block. Hostnames are plain strings, not globs or regexps.
A NULL return value is equivalent to an empty array.
Available since: 0.14.0