server
server copied to clipboard
[ENHANCEMENT]: Properly implement CORS
Description
Currently we do a CORS hack by just allowing everything, but this should be properly implemented and validated. The easiest way to implement would probably to let the user add a comma seperated list in the .env file of the urls of the frontends that are used.