mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-03 02:39:52 -06:00
add "/data" to public link URLs (#3703)
Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
@@ -118,6 +118,7 @@ func (m basicAuth) isPublicLink(req *http.Request) bool {
|
||||
"/remote.php/dav/public-files/",
|
||||
"/remote.php/ocs/apps/files_sharing/api/v1/tokeninfo/unprotected",
|
||||
"/ocs/v1.php/cloud/capabilities",
|
||||
"/data",
|
||||
}
|
||||
isPublic := false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user