Functions that call filter_xss_bad_protocol()

Namesort iconLocationDescription
filter_xss_bad_protocoldrupal-4-7/modules/filter.moduleProcesses an HTML attribute value and ensures it does not contain an URL with a disallowed protocol (e.g. javascript:)
_filter_xss_attributesdrupal-4-7/modules/filter.moduleProcesses a string of HTML attributes.

Functions called by filter_xss_bad_protocol()

Namesort iconLocationDescription
check_plaindrupal-4-7/includes/bootstrap.incEncode special characters in a plain-text string for display as HTML.
decode_entitiesdrupal-4-7/includes/unicode.incDecode all HTML entities (including numerical ones) to regular UTF-8 bytes. Double-escaped entities will only be decoded once ("&amp;lt;" becomes "&lt;", not "<").
filter_xss_bad_protocoldrupal-4-7/modules/filter.moduleProcesses an HTML attribute value and ensures it does not contain an URL with a disallowed protocol (e.g. javascript:)
variable_getdrupal-4-7/includes/bootstrap.incReturn a persistent variable.