Hello,
I want to create a small web page with summarizes me some content stored in Gramps Web. But as this page is served from a different location than the backend, I get CORS errors.
As CORS is just a client-side (browser) implementation, there is no security benefit for the backend, as other clients can just connect to the backend.
Therefore, my proposal is to add CORS header (Access-Control-Allow-Origin: *) to the backend responses.
Before creating a corresponding feature/pull request I wanted to discuss the implications here. Are there any arguments against this change?
Thanks
Sven