Function epl_contact_capture_rate_limit_exceeded
Per-IP throttle for anonymous contact-capture submissions.
Blunts the write-amplified spam/DoS vector: an unauthenticated visitor can otherwise trigger ~8-10 DB writes per request with unlimited unique emails (local+tag@domain). Trusted logged-in users are exempted by the caller.
Package: EPL\Functions\Templates
Copyright: Copyright (c) 2020, Merv Barrett
License: GNU Public License
Since: 3.5.25
Located at lib/includes/template-functions.php
Copyright: Copyright (c) 2020, Merv Barrett
License: GNU Public License
Since: 3.5.25
Located at lib/includes/template-functions.php
Return value summary
boolean
|
True when the current client has exceeded the limit. |