look / xss_terminate

xss_terminate is a plugin in that makes stripping and sanitizing HTML stupid-simple. Install and forget. And forget about forgetting to h() your output, because you won‘t need to anymore.

This URL has Read+Write access

Luke Francl (author)
Fri Jul 25 20:10:51 -0700 2008
commit  20747f90baeab21f0ac4f6a04510b3c87ea0caf2
tree    2e68750df5c6211ed4f91a43324bb08e11da2647
parent  709e91ddaaa843071a75f8200da05f370811a901
xss_terminate / CHANGELOG
709e91dd » look@recursion.org 2008-06-02 add CHANGELOG 1 CHANGELOG
2
3 * June 2, 2008 *
4
5 Update xss_terminate to support ActiveRecordStore in Rails 2.1. Fixes issue #2.
6
7 * May 31, 2008 *
8
9 Fix issue #1: HTML5Lib sanitization failed with nil values.
10
11 * January 27, 2008 *
12
13 First release.
14
15 * Pre-history *
16
17 This code was originally born as acts_as_sanitized by Alex Payne.