Removed strict sanitizer configuration that is no longer used. This config was used with the Sanitize gem to sanitize plaintext attributes, which should have no markup. Now we use strip_tags from a Rails helper, which is actually more correct (and avoids problems with HTML encoding in the case of URL attributes).
↧
Removed strict sanitizer configuration that is no longer used.
↧