From f5d3d3f72a64850c5964e988befa50c102feb87f Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Thu, 5 Apr 2018 13:16:29 +0200 Subject: [PATCH] Allow usage of Windows 10 WebDav Netdrive Fixes #3523 As long as we don't have #8123 lets not leave our Window10 netdrive users hanging. Signed-off-by: Roeland Jago Douma --- lib/base.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/base.php b/lib/base.php index 8af674e7ee8..fa2f5011f16 100644 --- a/lib/base.php +++ b/lib/base.php @@ -525,6 +525,7 @@ class OC { $incompatibleUserAgents = [ // OS X Finder '/^WebDAVFS/', + '/^Microsoft-WebDAV-MiniRedir/', ]; if($request->isUserAgent($incompatibleUserAgents)) { return;