[IMP] website: warn about privacy regulations for recaptcha and gtm
task-3896553
task-3896425
closes odoo/documentation#9186
X-original-commit: 79b383ddcf
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
This commit is contained in:
parent
0180929780
commit
95739dc0fc
@ -6,10 +6,9 @@ Forms spam protection
|
|||||||
protect website forms against spam and abuse. They attempt to distinguish between human and bot
|
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.
|
submissions using non-interactive challenges based on telemetry and visitor behavior.
|
||||||
|
|
||||||
.. tip::
|
.. important::
|
||||||
**Cloudflare Turnstile is recommended** as it is possible to add an interactive check if the
|
We recommend using **Cloudflare Turnstile** as reCAPTCHA v3 may not be compliant with local data
|
||||||
automated check fails. Also, Google reCAPTCHA v3 is limited to `1 million assessments per month
|
protection regulations.
|
||||||
per domain <https://developers.google.com/recaptcha/docs/faq#are-there-any-qps-or-daily-limits-on-my-use-of-recaptcha>`_.
|
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
All pages using the :guilabel:`Form`, :guilabel:`Newsletter Block`, :guilabel:`Newsletter Popup`
|
All pages using the :guilabel:`Form`, :guilabel:`Newsletter Block`, :guilabel:`Newsletter Popup`
|
||||||
@ -81,6 +80,9 @@ On Odoo
|
|||||||
reCAPTCHA v3 configuration
|
reCAPTCHA v3 configuration
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
.. warning::
|
||||||
|
reCAPTCHA v3 may not be compliant with local data protection regulations.
|
||||||
|
|
||||||
On Google
|
On Google
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
@ -134,7 +134,12 @@ Google Tag Manager
|
|||||||
|
|
||||||
:abbr:`GTM (Google Tag Manager)` is a tag management system that allows you to easily update
|
: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
|
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/.
|
#. Create or sign in to a Google account by going to https://tagmanager.google.com/.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user