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:
hamed
2026-07-10 11:57:16 +03:30
parent ec184dfcc8
commit 3eee6c3886
11 changed files with 111 additions and 116 deletions
+1 -1
View File
@@ -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"