The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Plack::Middleware::Antibot::TooFast - Check if form was submitted too fast

SYNOPSIS

    enable 'Antibot', filters => ['TooFast'];

DESCRIPTION

Plack::Middleware::Antibot::TooFast checks if form was submitted too fast.

Options

score

Filter's score when bot detected. 0.8 by default.

session_name

Session name. antibot_toofast by default.

timeout

Timeout in seconds. 1 by default.

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.