Skip to content

[codex] Remove unused cors dependencies#1

Closed
sunflower0305 wants to merge 2 commits into
masterfrom
codex/remove-unused-cors-dependencies
Closed

[codex] Remove unused cors dependencies#1
sunflower0305 wants to merge 2 commits into
masterfrom
codex/remove-unused-cors-dependencies

Conversation

@sunflower0305
Copy link
Copy Markdown
Owner

What changed

  • Disable the default Express CORS middleware.
  • Remove the unused cors and @types/cors dependencies from package metadata and the pnpm lockfile.
  • Add local integration coverage confirming browser origins do not receive CORS headers by default.

Why

The proxy no longer enables CORS by default, so keeping the runtime package and type package installed is unnecessary.

Validation

  • npm run build
  • npm run test:proxy-local (48 tests passed)

@sunflower0305
Copy link
Copy Markdown
Owner Author

Superseded by #3 and released in v1.2.0.

@sunflower0305 sunflower0305 deleted the codex/remove-unused-cors-dependencies branch May 1, 2026 07:58
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