Expand transport tests for CORS on vs off (Origin validation path)
Summary: Middleware behavior differs when enableCors is true vs false. Tests should lock that in.
Where to change: typescript/packages/core/src/core/transports/__tests__/transports.test.ts (and related).
Acceptance criteria:
Suggested labels: test, security
Source: docs/STARTER_ISSUES_REVIEW.md — edit in-repo first, then sync GitHub issues if needed.
Expand transport tests for CORS on vs off (Origin validation path)
Summary: Middleware behavior differs when
enableCorsis true vs false. Tests should lock that in.Where to change:
typescript/packages/core/src/core/transports/__tests__/transports.test.ts(and related).Acceptance criteria:
OriginvsHost→ 403 (or documented behavior).Suggested labels:
test,securitySource:
docs/STARTER_ISSUES_REVIEW.md— edit in-repo first, then sync GitHub issues if needed.