Skip to content

Commit

Permalink
Merge branch 'issue-57-Filter_WebDAV_requests_possible_conflict_with_…
Browse files Browse the repository at this point in the history
…webdav_using_windows_explorer' into develop
  • Loading branch information
felixrupp committed Feb 7, 2021
2 parents 59491ef + 5917ddc commit 28b72a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appinfo/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
} else {

# Filter DAV requests
if(strpos($requestUri, '/remote.php') === FALSE && strpos($requestUri, '/webdav') === FALSE) {
if(strpos($requestUri, '/remote.php') === FALSE && strpos($requestUri, '/webdav') === FALSE && strpos($requestUri, '/dav') === FALSE) {
// Register UserHooks
$c->query('UserHooks')->register();
}
Expand Down

0 comments on commit 28b72a4

Please sign in to comment.