mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Allow usage of Windows 10 WebDav Netdrive
Fixes #3523 As long as we don't have #8123 lets not leave our Window10 netdrive users hanging. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
228811c24e
commit
2e6dc4240b
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