chore: add changelog entry

This commit is contained in:
Juan Pablo Villafáñez
2024-09-24 12:32:25 +02:00
parent bc20019781
commit 58696300a0
@@ -0,0 +1,5 @@
Bugfix: Remove duplicate CSP header from responses
The web service was adding a CSP on its own, and that one has been removed. The proxy service will take care of the CSP header.
https://github.com/owncloud/ocis/pull/10146