update CORS middleware and make it configurable

This commit is contained in:
David Christofas
2021-10-22 13:27:31 +02:00
parent c370276198
commit 9ecc065879
29 changed files with 365 additions and 39 deletions
+6
View File
@@ -0,0 +1,6 @@
Enhancement: Review and correct http header
Reviewed and corrected the necessary http headers.
Made CORS configurable.
https://github.com/owncloud/ocis/pull/2666