lcbrq / openmage-security
Spam prevention for POST requests
Package info
github.com/lcbrq/openmage-security
Type:magento-module
pkg:composer/lcbrq/openmage-security
dev-main
2026-01-05 09:43 UTC
This package is not auto-updated.
Last update: 2026-03-02 10:26:25 UTC
README
Simple security addon for OpenMage (Magento 1)
Changelog
1.2.0 - Add stopwords and rejected requests model 1.1.0 - Add turnstile and recaptcha check
Uninstall
DROP TABLE `lcb_security_request_post`;
DROP TABLE `lcb_security_request_rule`;
DELETE FROM `core_resource` WHERE `code` = "lcb_security_setup";