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