From 2e6dc4240be4b5cbba052d4b420bedc25be7265f 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 29778f02a4..dde00c1ce0 100644 --- a/lib/base.php +++ b/lib/base.php @@ -534,6 +534,7 @@ class OC { $incompatibleUserAgents = [ // OS X Finder '/^WebDAVFS/', + '/^Microsoft-WebDAV-MiniRedir/', ]; if($request->isUserAgent($incompatibleUserAgents)) { return;