You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: implement CORS security to prevent unauthorized cross-origin requests
- Add Flask-CORS dependency to pyproject.toml
- Configure strict origin allowlist for tenantfirstaid.com domains
- Add development localhost origins when ENV=dev
- Enable credentials support for session handling
- Reject requests from unauthorized origins at server level
Fixes#94
Co-authored-by: yangm2 <[email protected]>
0 commit comments