simonw / datasette-cors

Datasette plugin for configuring CORS headers
Apache License 2.0
11 stars 1 forks source link

Support "Access-Control-Allow-Headers: content-type" #3

Closed simonw closed 3 months ago

simonw commented 3 years ago

This is needed to allow cross-origin GraphQL requests.

simonw commented 3 months ago

Done in #5.