Summary:
Gateway default CORS is *, risky in production.
Impact:
Security hardening required manually.
Proposed fix:
- Default to no origins in release builds and require explicit configuration, OR
- Keep
* only for dev, OR
- At minimum, emphasize production guidance in docs and examples.
Acceptance:
- Safer defaults or clear documentation with production examples.
Summary:
Gateway default CORS is
*, risky in production.Impact:
Security hardening required manually.
Proposed fix:
*only for dev, ORAcceptance: