You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But this modification get lost, everytime the extension is updated. So it would be nice, if the script tag is created by an template or an TypoScript setting.
To include ReCaptcha GDPR compliant, its required to avoid loading the script before the user gives consent.
Therefore it's required to change the script tag included by ReCaptchaViewHelper.
In our case (Consentmanager.net) we need to change the src attribute to cmp-src and add some additional attributes.
For V3 this looks like this:
<script type="text/plain" class="cmplazyload" data-cmp-vendor="s1409" data-cmp-src="https://www.google.com/rec..." ></script>But this modification get lost, everytime the extension is updated. So it would be nice, if the script tag is created by an template or an TypoScript setting.
E.G.:
$settings['reCaptcha']['v3']['scriptTagTemplate'] => '<script src="###SRC###" ></script>'
changed to:
$settings['reCaptcha']['v3']['scriptTagTemplate'] => '<script type="text/plain" class="cmplazyload" data-cmp-vendor="s1409" data-cmp-src="###SRC###" ></script>'
Best regards
Bernd
The text was updated successfully, but these errors were encountered: