public
Description: 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.
Homepage: http://code.google.com/p/xssterminate/
Clone URL: git://github.com/look/xss_terminate.git
shaliko (author)
Sun May 17 00:21:50 -0700 2009
look (committer)
Sun Jun 14 12:59:55 -0700 2009
xss_terminate / CHANGELOG
100644 18 lines (9 sloc) 0.311 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
CHANGELOG
 
* June 2, 2008 *
 
Update xss_terminate to support ActiveRecordStore in Rails 2.1. Fixes issue #2.
 
* May 31, 2008 *
 
Fix issue #1: HTML5Lib sanitization failed with nil values.
 
* January 27, 2008 *
 
First release.
 
* Pre-history *
 
This code was originally born as acts_as_sanitized by Alex Payne.