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
gilesbowkett (author)
Mon Sep 28 19:34:16 -0700 2009
look (committer)
Thu Oct 08 12:10:04 -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)