Files
ocis/changelog/6.0.0_2024-06-19/improve-cors.md
2024-06-19 19:45:57 +02:00

326 B

Enhancement: Change Cors default settings

We have changed the default CORS settings to set Access-Control-Allow-Origin to the OCIS_URL if not explicitely set and Access-Control-Allow-Credentials to false if not explicitely set.

https://github.com/owncloud/ocis/pull/8518 https://github.com/owncloud/ocis/issues/8514