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

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-04-05 13:48:49 +0300
committerJoas Schilling <coding@schilljs.com>2017-04-05 13:48:49 +0300
commit9a634448fce54f31d2d17093745145b1b6bc145f (patch)
tree69d721e93e8ec8548805a667e28ad117ac5ce799 /lib
parentbd64d6a19dcab9e48fb59247694371fd74547f98 (diff)
NC12 can do this
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Controller/PushController.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Controller/PushController.php b/lib/Controller/PushController.php
index 2739754..c80e679 100644
--- a/lib/Controller/PushController.php
+++ b/lib/Controller/PushController.php
@@ -73,7 +73,6 @@ class PushController extends OCSController {
/**
* @NoAdminRequired
- * @NoCSRFRequired
*
* @param string $pushTokenHash
* @param string $devicePublicKey
@@ -132,7 +131,6 @@ class PushController extends OCSController {
/**
* @NoAdminRequired
- * @NoCSRFRequired
*
* @return JSONResponse
*/