Closed justincorrigible closed 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.
I've removed the code, and this is not necessary anymore.
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.