mirror of
https://github.com/owncloud/ocis
synced 2026-04-27 10:07:30 +02:00
add ocm wellknown config
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
@@ -112,6 +112,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",
|
||||
|
||||
Reference in New Issue
Block a user