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>
pull/9088/head
Roeland Jago Douma 2018-04-05 13:16:29 +07:00
parent 228811c24e
commit 2e6dc4240b
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 1 additions and 0 deletions

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