4 Commits

Author SHA1 Message Date
708abea9a3 Revert domain examples to generic template format 2025-09-17 20:36:23 -06:00
affc99135b Update SECURITY.md domain examples to use actual domain 2025-09-17 20:35:13 -06:00
72e688e58c Use environment variable for CORS domain configuration
- Replace hardcoded domain with DOMAIN environment variable
- Automatically configure CORS origins based on deployment environment
- Remove localhost origins in production for enhanced security
- Update security documentation to reflect environment-driven config
- Maintains consistency with existing docker-compose.yml patterns
2025-09-17 20:14:33 -06:00
8e3cee4f18 Security hardening: Fix CORS configuration and add security documentation
- Replace wildcard CORS origins with restricted domain list
- Add comprehensive security patterns to .gitignore
- Create SECURITY.md with deployment security guidelines
- Restrict CORS methods and headers to minimum required
- Add security documentation for production deployment
2025-09-17 17:36:05 -06:00