turnstile added

This commit is contained in:
2026-05-28 10:24:23 -04:00
parent 8b6551330f
commit fbc8215410
6 changed files with 165 additions and 10 deletions

View File

@@ -244,6 +244,15 @@ export const TEXT_EDITOR_CONFIG = {
SCROLL_TO_CHANGE_DELAY_MS: 100
} as const;
// ============================================================
// CLOUDFLARE TURNSTILE (BOT PROTECTION)
// ============================================================
export const TURNSTILE_CONFIG = {
VERIFY_URL: "https://challenges.cloudflare.com/turnstile/v0/siteverify",
RESPONSE_TIMEOUT_MS: 10000
} as const;
// ============================================================
// VALIDATION
// ============================================================