File tree 2 files changed +12
-5
lines changed
content/applications/websites/website 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,9 @@ Forms spam protection
6
6
protect website forms against spam and abuse. They attempt to distinguish between human and bot
7
7
submissions using non-interactive challenges based on telemetry and visitor behavior.
8
8
9
- .. tip ::
10
- **Cloudflare Turnstile is recommended ** as it is possible to add an interactive check if the
11
- automated check fails. Also, Google reCAPTCHA v3 is limited to `1 million assessments per month
12
- per domain <https://developers.google.com/recaptcha/docs/faq#are-there-any-qps-or-daily-limits-on-my-use-of-recaptcha> `_.
9
+ .. important ::
10
+ We recommend using **Cloudflare Turnstile ** as reCAPTCHA v3 may not be compliant with local data
11
+ protection regulations.
13
12
14
13
.. note ::
15
14
All pages using the :guilabel: `Form `, :guilabel: `Newsletter Block `, :guilabel: `Newsletter Popup `
@@ -81,6 +80,9 @@ On Odoo
81
80
reCAPTCHA v3 configuration
82
81
==========================
83
82
83
+ .. warning ::
84
+ reCAPTCHA v3 may not be compliant with local data protection regulations.
85
+
84
86
On Google
85
87
---------
86
88
Original file line number Diff line number Diff line change @@ -134,7 +134,12 @@ Google Tag Manager
134
134
135
135
:abbr: `GTM ( Google Tag Manager ) ` is a tag management system that allows you to easily update
136
136
measurement codes and related code fragments, collectively known as tags on your website or mobile
137
- app, directly through the code injector. To use GTM, proceed as follows:
137
+ app, directly through the code injector.
138
+
139
+ .. warning ::
140
+ Google Tag Manager may not be compliant with local data protection regulations.
141
+
142
+ To use GTM, proceed as follows:
138
143
139
144
#. Create or sign in to a Google account by going to https://tagmanager.google.com/.
140
145
You can’t perform that action at this time.
0 commit comments