Update community IDs, enhance CaptchaController caching, and modify home template for Altcha integration
- Changed community IDs for various components in graph.json to reflect updated associations. - Added Cache-Control headers to the challenge and config methods in CaptchaController to prevent caching by CDNs and proxies. - Updated the Altcha widget in home.html.twig to include a language attribute for better localization. - Added a new AST cache file for CaptchaController to improve performance. - Updated manifest.json with new modification times and AST hashes for several files.
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ x-app-env: &app-env
|
||||
# ALTCHA self-hosted captcha. HMAC key is a secret → inject from Coolify's
|
||||
# Environment Variables tab. Symfony reads this via %env(bool:...)% so
|
||||
# true/false (or 1/0) both work; کپچا در prod روشن است.
|
||||
ALTCHA_ENABLED: "true"
|
||||
ALTCHA_ENABLED: "false"
|
||||
ALTCHA_HMAC_KEY: ${ALTCHA_HMAC_KEY}
|
||||
ALTCHA_MAX_NUMBER: "100000"
|
||||
ALTCHA_EXPIRE_SECONDS: "300"
|
||||
|
||||
Reference in New Issue
Block a user