From dcdf314b8c7d4e4ce02b65eba2be1c52f7144990 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <1005065+DeepDiver1975@users.noreply.github.com> Date: Fri, 26 Apr 2024 07:12:41 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef04c517ea..02a877f9ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -88,6 +88,7 @@ The following sections list the changes for unreleased. * Enhancement - Ability to Change Share Item Visibility in Graph API: [#8750](https://github.com/owncloud/ocis/pull/8750) * Enhancement - Enable web extension drawio by default: [#8760](https://github.com/owncloud/ocis/pull/8760) * Enhancement - Remove resharing: [#8762](https://github.com/owncloud/ocis/pull/8762) +* Enhancement - Add CSP and other security related headers to oCIS: [#8777](https://github.com/owncloud/ocis/pull/8777) * Enhancement - Add FileTouched SSE Event: [#8778](https://github.com/owncloud/ocis/pull/8778) * Enhancement - Sharing SSEs: [#8854](https://github.com/owncloud/ocis/pull/8854) * Enhancement - Update web to v9.0.0-alpha.5: [#8868](https://github.com/owncloud/ocis/pull/8868) @@ -439,6 +440,12 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/8762 +* Enhancement - Add CSP and other security related headers to oCIS: [#8777](https://github.com/owncloud/ocis/pull/8777) + + General hardening of oCIS + + https://github.com/owncloud/ocis/pull/8777 + * Enhancement - Add FileTouched SSE Event: [#8778](https://github.com/owncloud/ocis/pull/8778) Send an sse when a file is touched (aka 0 byte upload)