sanitizer.rb 195 B

12
  1. ActionView::Base.sanitized_allowed_tags += Set.new(%w(style table thead tbody tr th td))
  2. ActionView::Base.sanitized_allowed_attributes += Set.new(%w(border cellspacing cellpadding valign style))