add changelog

Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
Christian Richter
2024-03-19 13:59:40 +01:00
parent b5ca297f54
commit 8a1923988d

View File

@@ -0,0 +1,7 @@
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