Skip to content

Add CORS Configuration Management #781

Description

@DokaIzk

Title: feat: make CORS origins configurable via environment variable

Complexity: trivial
Time Estimate: 2-3 hours
Skills: Django, CORS

Description:
Currently CORS is hardcoded. Make it configurable:

  • Add ALLOWED_ORIGINS environment variable
  • Parse comma-separated list
  • Apply to Django-CORS settings

Acceptance Criteria:

  • CORS origins read from env var
  • Supports multiple origins
  • Works with localhost and production
  • Tests verify configuration


Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions