mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-24 16:41:35 -04:00
Automated changelog update [skip ci]
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user