2024-08-10 19:58:20 +00:00
|
|
|
{% if config.hcaptcha %}
|
|
|
|
<script src="https://js.hcaptcha.com/1/api.js?recaptchacompat=off&render=explicit&onload=onCaptchaLoadHcaptcha" async defer></script>
|
|
|
|
{% endif %}
|
2024-08-04 00:47:12 +02:00
|
|
|
{% if config.turnstile %}
|
2024-08-04 01:16:51 +02:00
|
|
|
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit&onload=onCaptchaLoadTurnstile_{{ form_action_type }}" async defer></script>
|
2024-08-04 00:47:12 +02:00
|
|
|
{% endif %}
|