Automated changelog update [skip ci]

This commit is contained in:
Benedikt Kulmann
2022-06-28 10:24:20 +00:00
parent 530bba5fae
commit 317f17489e

View File

@@ -6,10 +6,20 @@ The following sections list the changes for unreleased.
## Summary
* Bugfix - CSP rules for silent token refresh in iframe: [#4031](https://github.com/owncloud/ocis/pull/4031)
* Enhancement - Refactor extensions to services: [#3980](https://github.com/owncloud/ocis/pull/3980)
## Details
* Bugfix - CSP rules for silent token refresh in iframe: [#4031](https://github.com/owncloud/ocis/pull/4031)
When renewing the access token silently web needs to be opened in an iframe. This was previously
blocked by a restrictive iframe CSP rule in the `Secure` middleware and has now been fixed by
allow `self` for iframes.
https://github.com/owncloud/web/issues/7030
https://github.com/owncloud/ocis/pull/4031
* Enhancement - Refactor extensions to services: [#3980](https://github.com/owncloud/ocis/pull/3980)
We have decided to name all extensions, we maintain and provide with ocis, services from here on