public
Description: git svn clone of xss_terminate for you git-rails-ers out there... unlikely there will be any enhancements by me
Homepage: http://code.google.com/p/xssterminate/
Clone URL: git://github.com/jasherai/xss_terminate.git
install instructions

git-svn-id: http://xssterminate.googlecode.com/svn/trunk/xss_terminate@4 
503a6658-bc44-0410-a8bd-599819d3de0a
look@recursion.org (author)
Sun Jan 27 16:11:03 -0800 2008
commit  56ec95a3fb927e39c60f4ee9fcf8af34926b1bf6
tree    5ce0deda72b6b79fe207b1c480d3ec3c8623b72b
parent  28a980dafa4a34ddd21c89c9252a646bce331cd9
0
...
10
11
12
 
 
 
 
13
14
15
...
10
11
12
13
14
15
16
17
18
19
0
@@ -10,6 +10,10 @@ able to enter HTML. The plugin allows you remove bad HTML with your choice
0
 of two whitelist-based sanitizers, or to skip HTML sanitization entirely on
0
 a per-field basis.
0
 
0
+To install, do:
0
+
0
+ script/plugin install http://xssterminate.googlecode.com/svn/trunk/xss_terminate
0
+
0
 == HTML sanitization
0
 
0
 A note on your choices.

Comments

    No one has commented yet.