Added style tag to the allowed tags so that e-mails sent with EmailAgent can have CSS. Without this, style was stripped and the css was just placed inside the body tag. (#1557)

ancientz 8 年之前
父节点
当前提交
9b579617f5
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      config/initializers/sanitizer.rb

+ 2 - 2
config/initializers/sanitizer.rb

@@ -1,2 +1,2 @@
1
-ActionView::Base.sanitized_allowed_tags += Set.new(%w(table thead tbody tr th td))
2
-ActionView::Base.sanitized_allowed_attributes += Set.new(%w(border cellspacing cellpadding valign))
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))