Skip to content

Commit 948be43

Browse files
Merge pull request #61540 from nextcloud/backport/61509/stable34
[stable34] perf: block more properties from using the custom properties backend
2 parents a8c1827 + 23475a8 commit 948be43

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

apps/dav/lib/DAV/CustomPropertiesBackend.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ class CustomPropertiesBackend implements BackendInterface {
7474
'{DAV:}getetag',
7575
'{DAV:}quota-used-bytes',
7676
'{DAV:}quota-available-bytes',
77+
'{DAV:}getlastmodified',
78+
'{DAV:}creationdate',
79+
'{DAV:}displayname',
80+
'{http://open-collaboration-services.org/ns}share-permissions',
7781
];
7882

7983
/**

0 commit comments

Comments
 (0)