There's no documentation for this item.
| Public Methods | |
|---|---|
| extended | |
| full_ |
Gets the HTML::FullSanitizer instance used by strip_tags. Replace with any object that responds to #sanitize |
| link_ |
Gets the HTML::LinkSanitizer instance used by strip_links. Replace with any object that responds to #sanitize |
| sanitized_ |
Adds to the Set of allowed html attributes for the #sanitize helper. |
| sanitized_ |
Adds to the Set of allowed css keywords for the #sanitize and #sanitize_css helpers. |
| sanitized_ |
Adds to the Set of allowed css properties for the #sanitize and #sanitize_css heleprs. |
| sanitized_ |
Adds to the Set of allowed protocols for the #sanitize helper. |
| sanitized_ |
Adds to the Set of allowed tags for the #sanitize helper. |
| sanitized_ |
Adds to the Set of ‘bad’ tags for the #sanitize helper. |
| sanitized_ |
Adds to the Set of allowed shorthand css properties for the #sanitize and #sanitize_css helpers. |
| sanitized_ |
Adds valid HTML attributes that the #sanitize helper checks for URIs. |
| white_ |
Gets the HTML::WhiteListSanitizer instance used by sanitize and sanitize_css. Replace with any object that responds to #sanitize |
<code/>and<pre/>for code samples.