diff --git a/CHANGELOG.md b/CHANGELOG.md index c6a1800b5b..8b7a1d4bc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,6 +56,7 @@ The following sections list the changes for unreleased. * Enhancement - Introduce staticroutes package & remove well-known OIDC middleware: [#6095](https://github.com/owncloud/ocis/issues/6095) * Enhancement - Graphs endpoint for mounting and unmounting shares: [#7885](https://github.com/owncloud/ocis/pull/7885) * Enhancement - Add epub reader to web default apps: [#8410](https://github.com/owncloud/ocis/pull/8410) +* Enhancement - Change Cors default settings: [#8518](https://github.com/owncloud/ocis/pull/8518) * Enhancement - Custom WEB App Loading: [#8523](https://github.com/owncloud/ocis/pull/8523) * Enhancement - Update to go 1.22: [#8586](https://github.com/owncloud/ocis/pull/8586) * Enhancement - Send more sse events: [#8587](https://github.com/owncloud/ocis/pull/8587) @@ -174,6 +175,15 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/8410 +* Enhancement - Change Cors default settings: [#8518](https://github.com/owncloud/ocis/pull/8518) + + 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/issues/8514 + https://github.com/owncloud/ocis/pull/8518 + * Enhancement - Custom WEB App Loading: [#8523](https://github.com/owncloud/ocis/pull/8523) We've added a new feature which allows the administrator of the environment to