VERSION | = | '2.0.3' | ||
REGEX_PROTOCOL | = | /\A([^\/]*?)(?:\:|�*58|�*3a)/i | Matches an attribute value that could be treated by a browser as a URL with a protocol prefix, such as "http:" or "javascript:". Any string of zero or more characters followed by a colon is considered a match, even if the colon is encoded as an entity and even if it‘s an incomplete entity (which IE6 and Opera will still parse). |
config | [R] |
Performs Sanitize#clean in place, returning html, or nil if no changes were made.