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:
commit
5d698d5c38
|
@ -534,6 +534,7 @@ class OC {
|
|||
$incompatibleUserAgents = [
|
||||
// OS X Finder
|
||||
'/^WebDAVFS/',
|
||||
'/^Microsoft-WebDAV-MiniRedir/',
|
||||
];
|
||||
if($request->isUserAgent($incompatibleUserAgents)) {
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue