File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 1.1.0
2+
3+ * Add ` safe_list_sanitizer ` and deprecate ` white_list_sanitizer ` to be removed
4+ in 1.2.0. https://github.com/rails/rails-html-sanitizer/pull/87
5+
6+ * Juanito Fatas*
7+
8+ * Remove ` href ` from LinkScrubber's ` tags ` as it's not an element.
9+ https://github.com/rails/rails-html-sanitizer/pull/92
10+
11+ * Juanito Fatas*
12+
13+ * Explain that we don't need to bump Loofah here if there's CVEs.
14+ https://github.com/rails/rails-html-sanitizer/commit/d4d823c617fdd0064956047f7fbf23fff305a69b
15+
16+ * Kasper Timm Hansen*
17+
118## 1.0.1
219
320* Added support for Rails 4.2.0.beta2 and above
Original file line number Diff line number Diff line change 11module Rails
22 module Html
33 class Sanitizer
4- VERSION = "1.0.4 "
4+ VERSION = "1.1.0 "
55 end
66 end
77end
You can’t perform that action at this time.
0 commit comments