|
|
|
|
@ -24,13 +24,13 @@ CAPTCHA_TURNSTILE_SECRET=
|
|
|
|
|
CAPTCHA_TURNSTILE_TIMEOUT=5
|
|
|
|
|
CAPTCHA_TURNSTILE_FAIL_OPEN=false
|
|
|
|
|
|
|
|
|
|
# --- Cap, self-hosted proof-of-work (driver: cap) ---
|
|
|
|
|
# --- Cap (driver: cap) ---
|
|
|
|
|
# Base URL WITHOUT the site key
|
|
|
|
|
CAPTCHA_CAP_ENDPOINT=
|
|
|
|
|
CAPTCHA_CAP_SITEKEY=
|
|
|
|
|
CAPTCHA_CAP_SECRET=
|
|
|
|
|
CAPTCHA_CAP_TOKEN_FIELD=cap-captcha-response
|
|
|
|
|
CAPTCHA_CAP_TIMEOUT=5
|
|
|
|
|
CAPTCHA_CAP_FAIL_OPEN=false
|
|
|
|
|
CAPTCHA_CAP_TOKEN_FIELD=cap-captcha-response
|
|
|
|
|
# @cap.js/widget version from jsDelivr; leave "latest" to track newest stable
|
|
|
|
|
CAPTCHA_CAP_WIDGET_VERSION=latest
|
|
|
|
|
|