From 62c4151128460ad2862c65f907810bf43cac77dd Mon Sep 17 00:00:00 2001 From: XPL Date: Fri, 3 May 2024 12:01:52 +0000 Subject: [PATCH] [IMP] website: warn about privacy regulations for recaptcha and gtm task-3896553 task-3896425 closes odoo/documentation#9183 X-original-commit: 79b383ddcfbb965577987c712be93b3ec2246df1 Signed-off-by: Xavier Platteau (xpl) --- .../websites/website/configuration/spam_protection.rst | 10 ++++++---- .../websites/website/reporting/analytics.rst | 7 ++++++- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/content/applications/websites/website/configuration/spam_protection.rst b/content/applications/websites/website/configuration/spam_protection.rst index b3c913e56..42878036e 100644 --- a/content/applications/websites/website/configuration/spam_protection.rst +++ b/content/applications/websites/website/configuration/spam_protection.rst @@ -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 `_. +.. 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` @@ -81,6 +80,9 @@ On Odoo reCAPTCHA v3 configuration ========================== +.. warning:: + reCAPTCHA v3 may not be compliant with local data protection regulations. + On Google --------- diff --git a/content/applications/websites/website/reporting/analytics.rst b/content/applications/websites/website/reporting/analytics.rst index 93da90789..984345e9d 100644 --- a/content/applications/websites/website/reporting/analytics.rst +++ b/content/applications/websites/website/reporting/analytics.rst @@ -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/.