rack-honeypot 0.1.3
This middleware acts as a spam trap. It inserts, into every outputted <form>, a text field that a spambot will really want to fill in, but is actually not used by the app. The field is hidden to humans via CSS, and includes a warning label for screenreading software.
Gemfile:
=
install:
=
Runtime Dependencies (2):
rack
>= 0
unindentable
= 0.0.4
Development Dependencies (1):
rack-test
>= 0