cosmo
cosmo copied to clipboard
fix: allow configuration of `AllowWildcard`
This MR fixes #879
Motivation and Context
Wildcard added to cors.allow_origins
won't work without this MR as AllowWildcard
is always false
.
Let me know if my PR is missing stuff!