onaio / superset-patchup

Superset-patchup is a python package that "patches" Superset to add custom functionality that we find to be useful
https://canopyinsights.com
Apache License 2.0
8 stars 7 forks source link

Add CORS configuration #9

Closed moshthepitt closed 5 years ago

moshthepitt commented 5 years ago

Add the ability to configure CORS for superset.

See: https://superset.incubator.apache.org/installation.html#cors

moshthepitt commented 5 years ago

This is not to be done by superset patchup. It should be done during deployment or by a deployment script when installing superset.