mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -534,6 +534,7 @@ class OC {
|
|||
$incompatibleUserAgents = [
|
||||
// OS X Finder
|
||||
'/^WebDAVFS/',
|
||||
'/^Microsoft-WebDAV-MiniRedir/',
|
||||
];
|
||||
if($request->isUserAgent($incompatibleUserAgents)) {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in a new issue