Skip to content

feat: Add CORS header support#20

Merged
berkes merged 1 commit into
mainfrom
feature/cors-headers
Jun 24, 2026
Merged

feat: Add CORS header support#20
berkes merged 1 commit into
mainfrom
feature/cors-headers

Conversation

@berkes

@berkes berkes commented Jun 24, 2026

Copy link
Copy Markdown
Contributor
  • Introduce ALLOWED_CORS_DOMAINS to configure CORS origins
  • Wire Flask-CORS in HttpApiAdapter using parsed domains
  • Extend EnvConfigRepo and config ports to expose allowed_cors_domains
  • Update tests to validate Access-Control-Allow-Origin handling
  • Update env example, docs, and dependencies to include flask-cors

- Introduce ALLOWED_CORS_DOMAINS to configure CORS origins
- Wire Flask-CORS in HttpApiAdapter using parsed domains
- Extend EnvConfigRepo and config ports to expose allowed_cors_domains
- Update tests to validate Access-Control-Allow-Origin handling
- Update env example, docs, and dependencies to include flask-cors
@berkes berkes force-pushed the feature/cors-headers branch from 226c234 to 1646aa0 Compare June 24, 2026 11:23
@berkes berkes merged commit 677ce8a into main Jun 24, 2026
3 checks passed
@berkes berkes deleted the feature/cors-headers branch June 24, 2026 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant