WP Manifestindependent plugin directory
manifest / security / lynt-antispam

Lynt Antispam

Simple WP antispam

by Vladimir Smitka · github.com/lynt-smitka/lynt-antispam

2stars
2forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/lynt-smitka/lynt-antispam/archive/refs/heads/master.zip

From the readme

lynt-antispam Simple WP antispam It uses 6 methods: a) honeypot field "nick", it is hidden by CSS - only bots will fill it b) block comments with BB code [url=...] c) HTTPBL (DNSBL) from http://www.projecthoneypot.org - you need API key d) Block comment with common bad words e) Block direct POST requests (no referer) f) Swap regular comment textarea with honeypot field

Read the full README on GitHub →