|
|
047f0b8422
|
feat: add CORS support via CORS_ORIGINS env var
- New CORSMiddleware in server/cors.go
- Reads comma-separated origins from CORS_ORIGINS env
- Empty or "*" allows all origins
- Handles preflight OPTIONS requests
- Wraps existing LoggingMiddleware chain
|
2026-03-11 10:07:32 +00:00 |
|