NAME
Plack::Middleware::Antibot::TooSlow - Check if form was submitted too slow
SYNOPSIS
enable 'Antibot', filters => ['TooSlow'];
DESCRIPTION
Plack::Middleware::Antibot::TooSlow checks if form was submitted too slow.
Options
score
Filter's score when bot detected. 0.8
by default.
session_name
Session name. antibot_tooslow
by default.
timeout
Timeout in seconds. 60 * 60
by default (1 hour).
ISA
Plack::Middleware::Antibot::FilterBase
METHODS
new
execute($env)
INHERITED METHODS
score
AUTHOR
Viacheslav Tykhanovskyi, <viacheslav.t@gmail.com>
COPYRIGHT AND LICENSE
Copyright (C) 2015, Viacheslav Tykhanovskyi
This program is free software, you can redistribute it and/or modify it under the terms of the Artistic License version 2.0.
This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.