mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 22:27:31 -04:00
add brute force protection to 'mount public link' operation
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
This commit is contained in:
parent
927d3865a0
commit
cd8104dfb0
1 changed files with 1 additions and 0 deletions
|
|
@ -107,6 +107,7 @@ class MountPublicLinkController extends Controller {
|
|||
*
|
||||
* @NoCSRFRequired
|
||||
* @PublicPage
|
||||
* @BruteForceProtection publicLink2FederatedShare
|
||||
*
|
||||
* @param string $shareWith
|
||||
* @param string $token
|
||||
|
|
|
|||
Loading…
Reference in a new issue