Skip to content

Make CORS allowed origins configurable by environment variable `HTTP_ORIGINS`

Martin Abbrent requested to merge cors-configurable into master

Make CORS allowed origins configurable by environment variable HTTP_ORIGINS. It's a space separated list like HTTP_ORIGINS="https://git.ufz.de http://localhost:5000 http://localhost:3000 http://rdm-test.intranet.ufz.de:5002/".

Merge request reports