From e400086c0dfe4835f3b83856e9121c11bd1cdca0 Mon Sep 17 00:00:00 2001 From: Alexandre Caron Date: Fri, 5 Apr 2024 11:37:12 -0400 Subject: [PATCH] fix(environment): add testgeoegl in trusted host --- src/environments/environment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 9f367ed6f..27dab2c15 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -21,7 +21,7 @@ export const environment: AppEnvironmentOptions = { url: '/apis/users', tokenKey: 'id_token_igo', allowAnonymous: true, - trustHosts: ['geoegl.msp.gouv.qc.ca'], + trustHosts: ['geoegl.msp.gouv.qc.ca', 'testgeoegl.msp.gouv.qc.ca'], hostsByKey: [ { domainRegFilters: '(https://|http://)?(.*domain.com)(.*)',