aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/vendor/html-scanner/html/sanitizer.rb
Commit message (Expand)AuthorAgeFilesLines
* html-scanner uses Set and class_inheritable_accessorJeremy Kemper2009-05-301-0/+3
* Ensure WhiteListSanitizer allows dl tag [#2393 state:resolved]Jeffrey Chupp2009-05-171-1/+1
* Fixed the sanitize helper to avoid double escaping already properly escaped e...David Heinemeier Hansson2008-11-061-1/+1
* Fix HTML Sanitizer to allow trailing spaces in CSS style attributes. Closes ...Rick Olson2007-12-231-2/+2
* Removed some of the tags that does not make sense to allow per default in the...David Heinemeier Hansson2007-12-041-2/+2
* Refactor sanitizer helpers into HTML classes and make it easy to swap them ou...Rick Olson2007-11-261-0/+173