6 references to Cors
Aspire.Dashboard (6)
Configuration\DashboardOptions.cs (1)
128if (string.IsNullOrEmpty(HttpEndpointUrl) && !string.IsNullOrEmpty(Cors.AllowedOrigins))
DashboardWebApplication.cs (4)
223if (dashboardOptions.Otlp.Cors.IsCorsEnabled) 229var corsOptions = dashboardOptions.Otlp.Cors; 364if (dashboardOptions.Otlp.Cors.IsCorsEnabled) 467if (!string.IsNullOrEmpty(dashboardOptions.Otlp.Cors.AllowedOrigins))
Otlp\Http\OtlpHttpEndpointsBuilder.cs (1)
46if (!string.IsNullOrEmpty(options.Cors.AllowedOrigins))