6 references to Cors
Aspire.Dashboard (6)
Configuration\DashboardOptions.cs (1)
143
if (string.IsNullOrEmpty(HttpEndpointUrl) && !string.IsNullOrEmpty(
Cors
.AllowedOrigins))
DashboardWebApplication.cs (4)
243
if (dashboardOptions.Otlp.
Cors
.IsCorsEnabled)
249
var corsOptions = dashboardOptions.Otlp.
Cors
;
409
if (dashboardOptions.Otlp.
Cors
.IsCorsEnabled)
489
if (!string.IsNullOrEmpty(dashboardOptions.Otlp.
Cors
.AllowedOrigins))
Otlp\Http\OtlpHttpEndpointsBuilder.cs (1)
46
if (!string.IsNullOrEmpty(options.
Cors
.AllowedOrigins))