1 write to IsDefaultIsOriginAllowed
Microsoft.AspNetCore.Cors (1)
Infrastructure\CorsPolicy.cs (1)
91IsDefaultIsOriginAllowed = false;
1 reference to IsDefaultIsOriginAllowed
Microsoft.AspNetCore.Cors (1)
Infrastructure\CorsService.cs (1)
109result.VaryByOrigin = policy.Origins.Count > 1 || !policy.IsDefaultIsOriginAllowed;