Merge pull request #9088 from nextcloud/backport/9087/windows10_webdav_netdrive-12

[stable12] Allow usage of Windows 10 WebDav Netdrive
This commit is contained in:
Roeland Jago Douma 2018-04-05 14:51:28 +02:00 committed by GitHub
commit 5d698d5c38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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