1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-13 13:48:59 +02:00

Replace some relative urls

This commit is contained in:
Gastón Fournier 2025-07-29 17:24:09 +02:00
parent 9de4c4131a
commit dad0925b91
No known key found for this signature in database
GPG Key ID: AF45428626E17A8E
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ import SearchPriority from '@site/src/components/SearchPriority';
:::caution Removal notice
Api admin state is deprecated from version 5 and removed from version 6. We recommend using the new [Environment Import & Export](/reference/deploy/environment-import-export).
Api admin state is deprecated from version 5 and removed from version 6. We recommend using the new [Environment Import & Export](/how-to/how-to-environment).
:::

View File

@ -110,7 +110,7 @@ Cross-Origin Resource Sharing (CORS) issues can prevent your client-side applica
- Define the allowed origins (e.g., `https://your-app.com`).
- **For troubleshooting:** You can temporarily set the allowed origin to `*` (a single asterisk) to allow all origins. This helps confirm if CORS is the root cause.
- **Important Security Note:** Using `*` in production is generally discouraged. Always restrict origins to only those that require access.
- These settings can also be managed via the [Unleash API](/reference/api/unleash).
- These settings can also be managed via the [Unleash API](/api-overview).
### Configuring CORS for Unleash Edge