Merge pull request #9087 from nextcloud/bugfix/3523/windows10_webdav_netdrive

Allow usage of Windows 10 WebDav Netdrive
This commit is contained in:
Morris Jobke 2018-04-05 14:22:27 +02:00 committed by GitHub
commit 1f605cb841
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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