Add environment-driven CORS settings and backend regression tests

This commit is contained in:
2026-04-06 20:42:33 +02:00
parent 89ab41cc9e
commit 1a7096b276
5 changed files with 74 additions and 10 deletions

View File

@@ -53,7 +53,7 @@ Reference: `Docs/Refactoring.md` for full analysis of each issue.
### Backend Feature Work
- **Document and implement backend-safe environment-driven CORS.**
- **Document and implement backend-safe environment-driven CORS.**
- Add support for production and local development origins through configuration.
- Avoid a hardcoded Vite origin in the core app factory.