You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I needed to clone a soft served repo from the browser using isomorphic git, but browser requires CORS "*" header.
Describe the solution you'd like
wrap the http handler in rs/cors to add CORS header "*"
Is your feature request related to a problem? Please describe.
I needed to clone a soft served repo from the browser using isomorphic git, but browser requires CORS "*" header.
Describe the solution you'd like
wrap the http handler in rs/cors to add CORS header "*"
pr in #516
The text was updated successfully, but these errors were encountered: