diff --git a/ManagerService/Startup.cs b/ManagerService/Startup.cs index 2bf8eba..5473c42 100644 --- a/ManagerService/Startup.cs +++ b/ManagerService/Startup.cs @@ -177,7 +177,7 @@ namespace ManagerService .AllowCredentials() #else options => options - .SetIsOriginAllowed(origin => string.IsNullOrEmpty(origin) || origin == "https://manager.myinfomate.be") + .SetIsOriginAllowed(origin => string.IsNullOrEmpty(origin) || origin == "https://manager.myinfomate.be" || origin == "https://visitnamur.myinfomate.be" || origin == "https://fortsaintheribert.myinfomate.be") .AllowAnyMethod() .AllowAnyHeader() .AllowCredentials()