mirror of
https://github.com/nextcloud/server.git
synced 2026-06-07 15:53:04 -04:00
Merge pull request #23102 from owncloud/stable9-backport-23094
[stable9] Fake LOCK statement for Windows 7, 8 and 10 network mounts
This commit is contained in:
commit
dac69225d2
1 changed files with 1 additions and 0 deletions
|
|
@ -110,6 +110,7 @@ class ServerFactory {
|
|||
if($this->request->isUserAgent([
|
||||
'/WebDAVFS/',
|
||||
'/Microsoft Office OneNote 2013/',
|
||||
'/Microsoft-WebDAV-MiniRedir/',
|
||||
])) {
|
||||
$server->addPlugin(new \OCA\DAV\Connector\Sabre\FakeLockerPlugin());
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue