Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Controller/AlbumsController.php')
-rw-r--r--lib/Controller/AlbumsController.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Controller/AlbumsController.php b/lib/Controller/AlbumsController.php
index e57539bc..bb096ad2 100644
--- a/lib/Controller/AlbumsController.php
+++ b/lib/Controller/AlbumsController.php
@@ -50,7 +50,6 @@ class AlbumsController extends Controller {
/**
* @NoAdminRequired
- * @NoCSRFRequired
*/
public function myAlbums(string $path = ''): JSONResponse {
return $this->generate($path, false);
@@ -58,7 +57,6 @@ class AlbumsController extends Controller {
/**
* @NoAdminRequired
- * @NoCSRFRequired
*/
public function sharedAlbums(string $path = ''): JSONResponse {
return $this->generate($path, true);