Add specific origin for visitnamur and fortsaintheribert subdomain
This commit is contained in:
parent
05aab1bfa4
commit
d968c419b3
@ -177,7 +177,7 @@ namespace ManagerService
|
|||||||
.AllowCredentials()
|
.AllowCredentials()
|
||||||
#else
|
#else
|
||||||
options => options
|
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()
|
.AllowAnyMethod()
|
||||||
.AllowAnyHeader()
|
.AllowAnyHeader()
|
||||||
.AllowCredentials()
|
.AllowCredentials()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user