Skip to content

Commit 1499f9f

Browse files
committed
Automated changelog update [skip ci]
1 parent 1f5cbe4 commit 1499f9f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,24 @@ The following sections list the changes for unreleased.
6767

6868
## Summary
6969

70+
* Enhancement - Set Referrer-Policy to no-referrer: [#11722](https://github.com/owncloud/ocis/pull/11722)
7071
* Enhancement - Bump Reva: [#11748](https://github.com/owncloud/ocis/pull/11748)
7172
* Enhancement - Support disabling editors by extensions: [#11750](https://github.com/owncloud/ocis/pull/11750)
7273

7374
## Details
7475

76+
* Enhancement - Set Referrer-Policy to no-referrer: [#11722](https://github.com/owncloud/ocis/pull/11722)
77+
78+
Change the Referrer-Policy from 'strict-origin-when-cross-origin' to
79+
'no-referrer' to enhance user privacy and security.
80+
81+
Previously, the origin was sent on cross-origin requests. This change completely
82+
removes the Referrer header from all outgoing requests, preventing any potential
83+
leakage of browsing information to third parties. This is a more robust approach
84+
to protecting user privacy.
85+
86+
https://github.com/owncloud/ocis/pull/11722
87+
7588
* Enhancement - Bump Reva: [#11748](https://github.com/owncloud/ocis/pull/11748)
7689

7790
This updates the ownCloud Reva dependency to commit

0 commit comments

Comments
 (0)