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 / init.rb
100644 3 lines (2 sloc) 0.072 kb
1
2
3
require 'xss_terminate'
ActiveRecord::Base.send(:include, XssTerminate)