diff --git a/src/config.ts b/src/config.ts index 7de9853ae1c6962eebf7ac6f786bc67c698e061f..af597d0248648a1520e296a153638b74347298c2 100644 --- a/src/config.ts +++ b/src/config.ts @@ -22,7 +22,8 @@ let apiBaseUrl = metas.api_base_url || process.env.VUE_APP_API_BASE_URL || '' if (typeof window !== 'undefined' && window) apiBaseUrl = new URL(apiBaseUrl, window.location.href).href export const API_BASE_URL = apiBaseUrl const csrfCookiesExceptions: { readonly [host: string]: string } = { - 'preprod.arkindex.teklia.com': 'arkindex.preprod.csrf', + 'ce.preprod.arkindex.teklia.com': 'ce.arkindex.preprod.csrf', + 'ee.preprod.arkindex.teklia.com': 'ee.arkindex.preprod.csrf', 'dev.arkindex.teklia.com': 'arkindex.dev.csrf' } export const CSRF_COOKIE_NAME: string = process.env.VUE_APP_CSRF_COOKIE_NAME || (