mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 12:19:37 -06:00
fix default policy and add changelog
This commit is contained in:
committed by
Ralf Haferkamp
parent
69de4616b5
commit
e20b2b1536
@@ -174,9 +174,13 @@ func DefaultPolicies() []config.Policy {
|
||||
Unprotected: true,
|
||||
},
|
||||
{
|
||||
Endpoint: "/app/", // /app or /apps? ocdav only handles /apps
|
||||
Endpoint: "/app/list",
|
||||
Backend: "http://localhost:9140",
|
||||
Unprotected: true, // TODO check if this is safe
|
||||
Unprotected: true,
|
||||
},
|
||||
{
|
||||
Endpoint: "/app/", // /app or /apps? ocdav only handles /apps
|
||||
Backend: "http://localhost:9140",
|
||||
},
|
||||
{
|
||||
Endpoint: "/graph/",
|
||||
|
||||
Reference in New Issue
Block a user