README.rdoc in xss_shield-1.0.0 vs README.rdoc in xss_shield-2.0.0
- old
+ new
@@ -12,10 +12,10 @@
will return a +SafeString+:
<a href="/foo">A & B</a>
and not a plain, unsafe +String+:
<a href="/foo">A & B</a>
-This version has been tested to work with <b><i>Rails 2.1.2</i></b>. Your milage
+This version has been tested to work with <b><i>Rails 2.3.4</i></b>. Your milage
may vary.
DISCLAIMER: Note that while no effort is spared to ensure that this plugin works as
advertised, we cannot guarantee that all your views are 100% XSS safe. Use it at
your own risk, but remember that {bug