Links
Acts As Sanitized
Categories
Acts As Sanitized
Cleans up text data before it hits your database and, eventually, your users. The goal is to reduce Cross-Site Scripting (XSS) attacks. Install and forget.
The plugin can figure out which fields it needs to sanitize, or you can specify fields manually. The former is highly recommended. Schemas change.
An added bonus is that you don’t need to sanitize or strip_tags in your views, offering a lil’ performance boost.
Vitals
| Home | http://al3x.net/entries/763 |
|---|---|
| Repository | http://code.al3x.net/svn/acts_as_sanitized/ |
| License | Rails' (MIT) |
| Tags |
sanitize security xss
|
| Rating | (1 vote) |
| Owner | Alex Payne |
| Created | 12 January 2007 |
Comments
-
The plugin seems to have moved here: http://actsassanitized.devjavu.com/
The SVN now resides here:http://svn.devjavu.com/actsassanitized
Please update.
Thanks.

