Security

Copy prevention

Copy prevention

This module allows you to protect your site from any copies of your images or texts. Very easily configurable, it greatly reassures customers who want guarantees on their productions. Even if zero risk does not exist, it is an additional weapon of security that may be worth a look. One of the simple and effective features, disabling the right click on the whole site for anonymous users...

Copy prevention

composer require drupal/copyprevention

Honeypot

Honeypot

Forms on a website are under constant pressure. Honeypot allows you to automatically monitor these abuses of your forms by playing on the filling of hidden fields and on the time between the display of the form and its validation. If everything was completed in less than 5 seconds, bye bye.

Honeypot

composer require drupal/honeypot

Spamicide

Spamicide

Spamicide has a simple but formidable operation. It will add a field to fill in the forms you designate which will always be invisible to humans, but not for a malicious script that fills in all the input it comes across. The field label is very meaningful: Feed Me. If the field is filled in, it is spam and the system refuses to validate the form.

Spamicide

composer require drupal/spamicide