Skip to content

Commit

Permalink
fix: webdav propfind incomplete results (reruin#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
reruin committed Nov 10, 2020
1 parent cc8d12e commit 3ba996a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/webdav.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ class Request {

this.depth = ctx.webdav.depth

this.incompatibleUserAgents = /(WebDAVFS|Microsoft-WebDAV-MiniRedir)/i.test(ctx.get('user-agent'))
this.incompatibleUserAgents = true ///(WebDAVFS|Microsoft-WebDAV-MiniRedir)/i.test(ctx.get('user-agent'))

let method = ctx.method.toLowerCase()

Expand Down

0 comments on commit 3ba996a

Please sign in to comment.