mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
Merge pull request #9087 from nextcloud/bugfix/3523/windows10_webdav_netdrive
Allow usage of Windows 10 WebDav Netdrive
This commit is contained in:
commit
1f605cb841
1 changed files with 1 additions and 0 deletions
|
|
@ -525,6 +525,7 @@ class OC {
|
|||
$incompatibleUserAgents = [
|
||||
// OS X Finder
|
||||
'/^WebDAVFS/',
|
||||
'/^Microsoft-WebDAV-MiniRedir/',
|
||||
];
|
||||
if($request->isUserAgent($incompatibleUserAgents)) {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in a new issue