mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
Merge pull request #48927 from nextcloud/backport/48917/stable26
This commit is contained in:
commit
c46415847f
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ class ViewOnlyPlugin extends ServerPlugin {
|
|||
//Sabre\DAV\CorePlugin::httpGet
|
||||
$this->server->on('method:GET', [$this, 'checkViewOnly'], 90);
|
||||
$this->server->on('method:COPY', [$this, 'checkViewOnly'], 90);
|
||||
$this->server->on('method:MOVE', [$this, 'checkViewOnly'], 90);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue