Skip to content

fix: wildcard host (0.0.0.0) binding support - #556

Open
Sureiya wants to merge 1 commit into
cline:mainfrom
Sureiya:fix/wildcard-host
Open

fix: wildcard host (0.0.0.0) binding support#556
Sureiya wants to merge 1 commit into
cline:mainfrom
Sureiya:fix/wildcard-host

Conversation

@Sureiya

@Sureiya Sureiya commented Jul 5, 2026

Copy link
Copy Markdown

When kanban is bound to 0.0.0.0, Host header checks and CORS reject requests. This skips Host validation, uses request Origin for CORS, and fixes OAuth callback URLs.

When bound to 0.0.0.0, Host header checks are skipped and the
request Origin is used as the allowed CORS origin. Localhost
and 127.0.0.1 are added to allowed hosts in remote mode.

getKanbanOauthRedirectOrigin maps 0.0.0.0 to 127.0.0.1 for
MCP OAuth callback URLs.
@greptile-apps

greptile-apps Bot commented Jul 5, 2026

Copy link
Copy Markdown

PR author is not in the allowed authors list.

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