diff --git a/http/resource.go b/http/resource.go index 8d1a1ee6..c2e3f04b 100644 --- a/http/resource.go +++ b/http/resource.go @@ -65,7 +65,7 @@ func resourceDeleteHandler(fileCache FileCache) handleFunc { Fs: d.user.Fs, Path: r.URL.Path, Modify: d.user.Perm.Modify, - Expand: true, + Expand: false, ReadHeader: d.server.TypeDetectionByHeader, Checker: d, })