Add new user agent of windows 10 dav backend

Thanks Microsoft

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/3757/head
Joas Schilling 9 years ago
parent b029ffca62
commit a94f9d8d94
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
  1. 1
      apps/dav/lib/Server.php

@ -155,6 +155,7 @@ class Server {
if($request->isUserAgent([
'/WebDAVFS/',
'/Microsoft Office OneNote 2013/',
'/^Microsoft-WebDAV/',// Microsoft-WebDAV-MiniRedir/6.1.7601
])) {
$this->server->addPlugin(new FakeLockerPlugin());
}

Loading…
Cancel
Save