fix: update frontend environment variables and fix CORS origin handling issue

This commit is contained in:
Mohamed Chedli
2024-12-16 13:09:58 +01:00
parent b8d8bfeaa6
commit d59d245466
3 changed files with 9 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ export default [
{
group: CONSOLE_CHANNEL_NAMESPACE,
label: Web.SettingLabel.allowed_domains,
value: config.uiBaseUrl,
value: config.security.cors.allowOrigins.join(','),
type: SettingType.text,
},
{