Merged PR 121: Accept new origin
Accept new origin
This commit is contained in:
@@ -33,7 +33,7 @@ builder.Services.AddCors(options =>
|
||||
|
||||
options.AddPolicy("AllowHutopyUi", policy =>
|
||||
{
|
||||
policy.WithOrigins("https://zealous-bay-08204590f.5.azurestaticapps.net")
|
||||
policy.WithOrigins("https://jolly-stone-078869d0f.5.azurestaticapps.net")
|
||||
.AllowAnyMethod()
|
||||
.AllowAnyHeader()
|
||||
.AllowCredentials();
|
||||
|
||||
Reference in New Issue
Block a user