Skip to content

fixes#75

Merged
FlamesONE merged 2 commits into
mainfrom
early
May 17, 2026
Merged

fixes#75
FlamesONE merged 2 commits into
mainfrom
early

Conversation

@FlamesONE
Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 33b15b6888

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines 734 to 735
if ($request->isMethod('GET') || $request->isMethod('HEAD') || $request->isMethod('OPTIONS')) {
return null;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Restore remote-access guard for installer

When an uninstalled instance is reachable over the network, this now allows any remote client through the installer because GET/HEAD/OPTIONS return immediately and the removed local/setup-token check no longer runs. CSRF does not replace that guard here: a remote user can first load /install and receive the installer page with its CSRF token, then submit the setup forms. This regresses the previous restriction to local requests or FLUTE_INSTALLER_SETUP_TOKEN-authorized sessions.

Useful? React with 👍 / 👎.

@FlamesONE FlamesONE merged commit e21c1ab into main May 17, 2026
5 of 7 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.

1 participant