mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 04:51:11 -05:00
Refactor: Simplify CAPTCHA bypass logic
This commit is contained in:
@@ -15,9 +15,9 @@ VITE_TURNSTILE_SITE_KEY=your-turnstile-site-key
|
||||
VITE_CLOUDFLARE_ACCOUNT_HASH=your-cloudflare-account-hash
|
||||
|
||||
# CAPTCHA Bypass Control (Development/Preview Only)
|
||||
# This acts as a safety gate - even if admins enable bypass in settings,
|
||||
# it will only work if this is set to 'true'
|
||||
# MUST be 'false' or unset in production
|
||||
# Set to 'true' to bypass CAPTCHA verification during authentication
|
||||
# This is controlled ONLY via environment variable for simplicity
|
||||
# MUST be 'false' or unset in production for security
|
||||
VITE_ALLOW_CAPTCHA_BYPASS=false
|
||||
|
||||
# Novu Configuration
|
||||
|
||||
Reference in New Issue
Block a user