What this solution does
CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) is an interactive verification mechanism designed to distinguish real users from spammers and bots.
Cloudflare introduced the Turnstile protection system, which operates on a principle similar to Google reCaptcha 2.0 but eliminates the need for tedious tasks such as identifying objects in images or entering text from a picture. Testing results indicate that, compared to hCaptcha, Yandex SmartCaptcha, and MTCaptcha, this method offers the least disruption to user experience. Cloudflare Turnstile does not use user data for advertising or analytical purposes, unlike solutions provided by Google and Yandex.
The module automatically replaces the standard Bitrix CAPTCHA with Cloudflare Turnstile. Scripts are loaded in an asynchronous deferred mode (async defer), ensuring no impact on site performance. Users can customize the widget appearance by selecting between standard and square formats, as well as choosing a color scheme: dark, light, or automatic.
General iT can handle the implementation of “Cloudflare CAPTCHA − Website Protection from Spam and Bots (Captcha)”, from installation to configuration and compatibility checks.