Skip to main content
atoti.CorsConfig(
    *,
    allowed_origins: Sequence[str] = ('*',),
)
The CORS config.

Attributes

allowed_origins

The allowed origins for CORS requests. Allowed elements are:
  • The "*" special value for all origins.
  • A specific domain such as "https://example.org".