cs3org / reva

WebDAV/gRPC/HTTP high performance server to link high level clients to storage backends
https://reva.link
Apache License 2.0
165 stars 113 forks source link

set secureview flag based on addr #4706

Closed butonic closed 1 month ago

butonic commented 1 month ago

To allow clients to see which application supports secure view we add a flag to the http response when the app address matches a configured secure view app address.

followup to https://github.com/cs3org/reva/pull/4703