mirror of
https://github.com/owncloud/ocis
synced 2026-04-26 09:45:19 +02:00
Merge pull request #9815 from owncloud/ocm-wellknown-config
add ocm wellknown config
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user