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