overture-stack / stage

GNU Affero General Public License v3.0
0 stars 4 forks source link

BUG - Improve CORS handling for jBrowse downloads using SCORe #193

Closed justincorrigible closed 10 months ago

justincorrigible commented 10 months ago

As seen in this commit, we're adding a CORS header for those downloads with a wildcard. This, of course, is not ideal. We should instead have this value be passed through environment variables, and this header only be added if there's a value given.

justincorrigible commented 10 months ago

I've removed the code, and this is not necessary anymore.