Type
magento2-module
Simple anti spam module for Magento 2
magento2-module
OSL-3.0
None
None
None
None
None
Simple anti spam module for Magento 2.
You can define a maximum amount of calls for a specific action within a given time. If maximum was reached, the action is blocked for specified amount of time.
Run at Magento root folder:
composer require pommes/security
bin/magento module:enable Pommes_Security
bin/magento setup:upgrade
Create directory app/code/Pommes/Security and copy the all the files into it.
Then run:
bin/magento module:enable Pommes_Security
bin/magento setup:upgrade