Spam Protection Staff picks Maurice Renck Komments A webmention enabled comment plugin. Receive comments and webmentions. Spam protection and a moderation panel view included. All plugins $form = new Form(); if ($kirby->request()->is('POST')) { // Call security $form->spamWordsGuard(); // .. more code } Uniform Spam Words A plugin for Kirby that provides a spam guard for the Uniform Form plugin. It uses extendable word lists and weights and counts links and em… K4 <form action="<?= $page->url() ?>" method="post"> <!-- ... --> <?= csrf_field() ?> <?= turnstileField() ?> <input type="submit" value="Submit"> </form> <?= turnstileScript() ?> Turnstile for Uniform A plugin for the Uniform plugin implementing the Cloudflare Turnstile protection (sort of a captcha-successor). K4 K3