Merge pull request #9089 from nextcloud/backport/9087/windows10_webdav_netdrive-13

[stable13] Allow usage of Windows 10 WebDav Netdrive
This commit is contained in:
Morris Jobke 2018-04-05 14:23:17 +02:00 committed by GitHub
commit 1c891a5c90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;