server icon indicating copy to clipboard operation
server copied to clipboard

[ENHANCEMENT]: Properly implement CORS

Open jessevz opened this issue 9 months ago • 0 comments

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.

jessevz avatar May 01 '25 12:05 jessevz