diff --git a/CHANGELOG.md b/CHANGELOG.md index 346d31bf83..c36a530ef3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ The following sections list the changes for unreleased. * Enhancement - Broaden bufbuild/Buf usage: [#2630](https://github.com/owncloud/ocis/pull/2630) * Enhancement - Replace fileb0x with go-embed: [#1199](https://github.com/owncloud/ocis/issues/1199) * Enhancement - Upgrade to go-micro v4.1.0: [#2616](https://github.com/owncloud/ocis/pull/2616) +* Enhancement - Review and correct http header: [#2666](https://github.com/owncloud/ocis/pull/2666) * Enhancement - Lower TUS max chunk size: [#2584](https://github.com/owncloud/ocis/pull/2584) * Enhancement - Add sharees additional info paramater config to ocs: [#2637](https://github.com/owncloud/ocis/pull/2637) * Enhancement - Add a middleware to authenticate public share requests: [#2536](https://github.com/owncloud/ocis/pull/2536) @@ -97,6 +98,12 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/2616 +* Enhancement - Review and correct http header: [#2666](https://github.com/owncloud/ocis/pull/2666) + + Reviewed and corrected the necessary http headers. Made CORS configurable. + + https://github.com/owncloud/ocis/pull/2666 + * Enhancement - Lower TUS max chunk size: [#2584](https://github.com/owncloud/ocis/pull/2584) We've lowered the TUS max chunk size from infinite to 0.1GB so that chunking actually happens.