File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments