Skip to content

Add Strict CORS Policies #284

Description

@Abdulazeem-code

Description

Limit API access to trusted origins only.

Acceptance Criteria

  • CORS only allows VITE_API_BASE and specified domains
  • Rejects requests from unknown origins

Implementation Steps

  1. Install cors package
  2. Configure corsOptions based on env variables
  3. Apply middleware

Branching Instructions

Please create a branch from main following this naming convention:
feat/strict-cors

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave program

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions