Skip to content

Add CORS support to webapp - #43

Merged
a-asaad merged 1 commit into
mainfrom
cors-headers
Oct 2, 2025
Merged

Add CORS support to webapp#43
a-asaad merged 1 commit into
mainfrom
cors-headers

Conversation

@a-asaad

@a-asaad a-asaad commented Oct 2, 2025

Copy link
Copy Markdown
Collaborator

Adds support for Access-Control-Allow-Origin CORS headers to allow external browser clients (e.g. Keip Canvas) to access the webapp's deploy endpoint (#41).

CORS is disabled by default. To enable, set a CORS_ALLOWED_ORIGINS env var to a comma-separate list of URLs (e.g. http://localhost:8123,https://www.example.com).

@a-asaad
a-asaad requested a review from jhunzik October 2, 2025 16:43
@a-asaad
a-asaad merged commit 3d70404 into main Oct 2, 2025
8 checks passed
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.

2 participants