mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Add new user agent of windows 10 dav backend
Thanks Microsoft Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
b029ffca62
commit
a94f9d8d94
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue