Open avereha opened 4 years ago
I'm particularly interested in :
https://github.com/gorilla/handlers/blob/master/cors.go#L193
We seem to use the CORS middleware:
https://github.com/bookingcom/carbonapi/blob/master/app/carbonapi/app.go#L107
But we do not allow configuring it.
Is anyone working ? Or can I pick it up? @avereha @azhiltsov
No one is working on it, feel free to pick it up.
I'm particularly interested in :
https://github.com/gorilla/handlers/blob/master/cors.go#L193
We seem to use the CORS middleware:
https://github.com/bookingcom/carbonapi/blob/master/app/carbonapi/app.go#L107
But we do not allow configuring it.