Add deployment-safe backend config and production-safe CORS defaults

This commit is contained in:
2026-04-06 20:47:31 +02:00
parent 1a7096b276
commit c2982116a8
4 changed files with 52 additions and 9 deletions

View File

@@ -76,5 +76,5 @@ Reference: `Docs/Refactoring.md` for full analysis of each issue.
2. ✅ Refactor dependency injection / explicit shared resources.
3. ✅ Harden fail2ban client concurrency and packaging.
4. ✅ Convert setup guard to a safer startup-driven model.
5. Add deployment-safe configuration and production-ready CORS.
5. Add deployment-safe configuration and production-ready CORS.
6. Add lifecycle and concurrency regression tests.