Skip to content

[IMP] website: recaptcha/turnstile form spam protection extended #14093

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: 18.0
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ Forms spam protection
=====================

:ref:`Cloudflare Turnstile <cloudflare-turnstile>` and :ref:`Google reCAPTCHA v3 <google-recaptcha>`
protect website forms against spam and abuse. They attempt to distinguish between human and bot
submissions using non-interactive challenges based on telemetry and visitor behavior.
protect website forms, web sign-up pages, and password reset pages against spam and abuse. They
attempt to distinguish between human and bot submissions using non-interactive challenges based on
telemetry and visitor behavior.

.. important::
We recommend using **Cloudflare Turnstile** as reCAPTCHA v3 may not be compliant with local data
Expand All @@ -13,7 +14,7 @@ submissions using non-interactive challenges based on telemetry and visitor beha
.. note::
All pages using the :guilabel:`Form`, :guilabel:`Newsletter Block`, :guilabel:`Newsletter Popup`
snippets, and the eCommerce :guilabel:`Extra Step During Checkout` form are protected by both
tools.
tools. **Web sign-up pages** and **password reset pages** are also protected.

.. seealso::
- `Cloudflare Turnstile's documentation <https://developers.cloudflare.com/turnstile/>`_
Expand Down