aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/vendor/html-scanner/html/sanitizer.rb
Commit message (Expand)AuthorAgeFilesLines
* Move action_controller/vendor/html-scanner to action_viewPiotr Sarnacki2012-08-281-188/+0
* load active_support/core_ext/class/attribute in active_support/railsXavier Noria2012-08-021-1/+0
* Move require to where it's neededSantiago Pastorino2012-05-111-0/+1
* Fix HTML sanitizer allowed_css_properties commentAlexey Vakhov2012-04-131-1/+1
* Don't ignore non Enumerable values passed to sanitize (closes #5585)Piotr Sarnacki2012-03-271-0/+11
* Handle leading spaces in protocol while sanitizingManu2012-01-121-1/+1
* add missing require to html sanitizerAlexey Vakhov2011-09-271-0/+1
* Remove extra white spaces on ActionPack docs.Sebastian Martinez2011-05-231-1/+1
* Fix for stripping tags from frozen strings.Joshua Ballanco2011-04-141-1/+1
* ActionController::Base.helpers.sanitize ignores case in protocolTimothy N. Tsvetkov2010-12-301-1/+1
* class inheritable attributes is used no more! all internal use of class inher...Josh Kalderimis2010-11-201-2/+2
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-25/+25
* 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