8000 [FW][IMP] website: warn about privacy regulations for recaptcha and gtm by fw-bot · Pull Request #9181 · odoo/documentation · GitHub
[go: up one dir, main page]

Skip to content

[FW][IMP] website: warn about privacy regulations for recaptcha and gtm #9181

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

Closed
Show file tree
Hide file tree
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
[IMP] website: warn about privacy regulations for recaptcha and gtm
task-3896553
task-3896425

X-original-commit: 79b383d
  • Loading branch information
xpl-odoo committed May 6, 2024
commit 58d449bddb1ff64c9fd8e778a59986048fee393c
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ Forms spam protection
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.

.. tip::
**Cloudflare Turnstile is recommended** as it is possible to add an interactive check if the
automated check fails. Also, Google reCAPTCHA v3 is limited to `1 million assessments per month
per domain <https://developers.google.com/recaptcha/docs/faq#are-there-any-qps-or-daily-limits-on-my-use-of-recaptcha>`_.
.. important::
We recommend using **Cloudflare Turnstile** as reCAPTCHA v3 may not be compliant with local data
protection regulations.

.. note::
All pages using the :guilabel:`Form`, :guilabel:`Newsletter Block`, :guilabel:`Newsletter Popup`
Expand Down Expand Up @@ -81,6 +80,9 @@ On Odoo
reCAPTCHA v3 configuration
==========================

.. warning::
reCAPTCHA v3 may not be compliant with local data protection regulations.

On Google
---------

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,12 @@ Google Tag Manager

:abbr:`GTM (Google Tag Manager)` is a tag management system that allows you to easily update
measurement codes and related code fragments, collectively known as tags on your website or mobile
app, directly through the code injector. To use GTM, proceed as follows:
app, directly through the code injector.

.. warning::
Google Tag Manager may not be compliant with local data protection regulations.

To use GTM, proceed as follows:

#. Create or sign in to a Google account by going to https://tagmanager.google.com/.

Expand Down
0