We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7276a53 + 8f5ce9e commit 483ccb7Copy full SHA for 483ccb7
IoCConfig/ConfigureServicesExtensions.cs
@@ -27,7 +27,6 @@ public static void AddCustomCors(this IServiceCollection services, IConfiguratio
27
.WithOrigins(configuration["Cors:Origins"])
28
.AllowAnyMethod()
29
.AllowAnyHeader()
30
- .SetIsOriginAllowed((host) => true)
31
.AllowCredentials()
32
));
33
}
0 commit comments