5 references to Cors
Aspire.Dashboard (5)
Configuration\DashboardOptions.cs (1)
126if (string.IsNullOrEmpty(HttpEndpointUrl) && !string.IsNullOrEmpty(Cors.AllowedOrigins))
DashboardWebApplication.cs (3)
162if (!string.IsNullOrEmpty(dashboardOptions.Otlp.Cors.AllowedOrigins)) 177var corsOptions = dashboardOptions.Otlp.Cors; 298if (!string.IsNullOrEmpty(dashboardOptions.Otlp.Cors.AllowedOrigins))
Otlp\Http\OtlpHttpEndpointsBuilder.cs (1)
38if (!string.IsNullOrEmpty(options.Cors.AllowedOrigins))