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

# CORS origin

> Configure allowed origins for CORS

<Frame caption="Use the WalletKit dashboard to set Allowed Origin on the Settings page">
  <img noZoom src="https://mintcdn.com/walletkit-docs/7aZXvKfTnGcrV8aq/images/dashboard_cors_allowed_origin.png?fit=max&auto=format&n=7aZXvKfTnGcrV8aq&q=85&s=a5e9722cb24aea63962d061381710ea2" width="2668" height="2038" data-path="images/dashboard_cors_allowed_origin.png" />
</Frame>

You must configure a list of allowed origins in the WalletKit dashboard for CORS to work. This is a security measure to prevent malicious websites from using your Project ID.

Head over to the [Settings page](https://app.walletkit.com/settings) in the
WalletKit dashboard.

Under the **Allowed Origin** section, add a list of comma separated origins that
you want to allow. For example, if you want to allow `https://example.com` and
`https://example.org`, you would enter:

```
https://example.com, https://example.org
```
