Automated changelog update [skip ci]

This commit is contained in:
Florian Schade
2024-09-24 10:45:49 +00:00
parent c1050c46e3
commit a70ec12917

View File

@@ -70,6 +70,7 @@ The following sections list the changes for unreleased.
* Enhancement - Allow to maintain the last sign-in timestamp of a user: [#9942](https://github.com/owncloud/ocis/pull/9942)
* Enhancement - Add an Activity for FileUpdated: [#10072](https://github.com/owncloud/ocis/pull/10072)
* Enhancement - Remove METADATA_BACKEND: [#10113](https://github.com/owncloud/ocis/pull/10113)
* Enhancement - Load CSP configuration file if it exists: [#10139](https://github.com/owncloud/ocis/pull/10139)
## Details
@@ -189,6 +190,16 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/pull/10113
* Enhancement - Load CSP configuration file if it exists: [#10139](https://github.com/owncloud/ocis/pull/10139)
The Content Security Policy (CSP) configuration file is now loaded by default if
it exists. The configuration file looked for should be located at
`$OCIS_BASE_DATA_PATH/proxy/csp.yaml`. If the file does not exist, the default
CSP configuration is used.
https://github.com/owncloud/ocis/issues/10021
https://github.com/owncloud/ocis/pull/10139
# Changelog for [6.4.0] (2024-09-12)
The following sections list the changes for 6.4.0.