Merge pull request #9815 from owncloud/ocm-wellknown-config

add ocm wellknown config
This commit is contained in:
Jörn Friedrich Dreyer
2024-10-04 10:13:16 +02:00
committed by GitHub
3 changed files with 22 additions and 0 deletions

View File

@@ -114,6 +114,11 @@ func DefaultPolicies() []config.Policy {
Service: "com.owncloud.web.web",
Unprotected: true,
},
{
Endpoint: "/.well-known/ocm",
Service: "com.owncloud.web.ocm",
Unprotected: true,
},
{
Endpoint: "/.well-known/webfinger",
Service: "com.owncloud.web.webfinger",