diff options
author | Timm <kaspth@gmail.com> | 2013-10-13 21:23:15 +0200 |
---|---|---|
committer | Timm <kaspth@gmail.com> | 2014-06-16 21:04:21 +0200 |
commit | 0926fa5001e0931915f2146d2d07a190ac521875 (patch) | |
tree | 56e01d2512869d4931173e60b7473e5ced72ca00 /actionview | |
parent | 51c19861835dc319310df2e10cd98c2fa77411ec (diff) | |
download | rails-0926fa5001e0931915f2146d2d07a190ac521875.tar.gz rails-0926fa5001e0931915f2146d2d07a190ac521875.tar.bz2 rails-0926fa5001e0931915f2146d2d07a190ac521875.zip |
Updated CHANGELOG message to include info about rails-html-sanitizer.
Diffstat (limited to 'actionview')
-rw-r--r-- | actionview/CHANGELOG.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md index 951d0e48f7..701f4a9d6e 100644 --- a/actionview/CHANGELOG.md +++ b/actionview/CHANGELOG.md @@ -13,8 +13,9 @@ *Kasper Timm Hansen* -* Loofah replaces html-scanner in `sanitize_helper` - +* The sanitizers in `sanitize_helper` have been extracted to rails-html-sanitizer. Loofah is used for sanitization instead of html-scanner. + + This means: `sanitize` can now take a `Loofah::Scrubber` for powerful scrubbing. [See some examples of scrubbers here](https://github.com/flavorjones/loofah#loofahscrubber) |