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