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:
Roeland Jago Douma 2018-04-05 13:16:29 +02:00
parent 652d0413cf
commit 41b37c905c
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 1 additions and 0 deletions

View File

@ -541,6 +541,7 @@ class OC {
$incompatibleUserAgents = [
// OS X Finder
'/^WebDAVFS/',
'/^Microsoft-WebDAV-MiniRedir/',
];
if($request->isUserAgent($incompatibleUserAgents)) {
return;