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 <roeland@famdouma.nl>
This commit is contained in:
parent
652d0413cf
commit
41b37c905c
|
@ -541,6 +541,7 @@ class OC {
|
|||
$incompatibleUserAgents = [
|
||||
// OS X Finder
|
||||
'/^WebDAVFS/',
|
||||
'/^Microsoft-WebDAV-MiniRedir/',
|
||||
];
|
||||
if($request->isUserAgent($incompatibleUserAgents)) {
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue