The RouteOptions documentation states thatDefines a CORS policy for the route If a CORS policy is also defined on the route’s virtual host, the policies are merged. However, if I try to overrideallowCredentialswithout also definingallowOriginorallowOriginRegexin the override then theallowCredential...