2025-02-08 18:14:32 +01:00
|
|
|
{% if config.captcha.mode == 'hcaptcha' %}
|
2024-08-10 19:58:20 +00:00
|
|
|
<script src="https://js.hcaptcha.com/1/api.js?recaptchacompat=off&render=explicit&onload=onCaptchaLoadHcaptcha" async defer></script>
|
|
|
|
{% endif %}
|
2025-02-08 18:14:32 +01:00
|
|
|
{% if config.captcha.mode == '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 %}
|