> ## Documentation Index
> Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
> Use this file to discover all available pages before exploring further.

# CorsConfig

<span id="atoti.CorsConfig" />

> atoti.CorsConfig(<br />
>     \*,<br />
>     *allowed\_origins*: [Sequence](https://docs.python.org/3/library/collections.abc.html#collections.abc.Sequence)\[[str](https://docs.python.org/3/library/stdtypes.html#str)] = `('*',)`,<br />
> )

The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/CORS) config.

### Attributes

<h4 id="atoti.CorsConfig.allowed_origins">
  *allowed\_origins*
</h4>

The allowed origins for CORS requests.

Allowed elements are:

* The `"*"` special value for all origins.
* A specific domain such as `"https://example.org"`.
