summaryrefslogtreecommitdiffstats
path: root/external/feedapi.php
diff options
context:
space:
mode:
Diffstat (limited to 'external/feedapi.php')
-rw-r--r--external/feedapi.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/external/feedapi.php b/external/feedapi.php
index b9dad00d2..f2f02831a 100644
--- a/external/feedapi.php
+++ b/external/feedapi.php
@@ -59,6 +59,7 @@ class FeedAPI extends Controller {
/**
* @IsAdminExemption
* @IsSubAdminExemption
+ * @CSRFExemption
* @Ajax
*/
public function getAll() {
@@ -86,6 +87,7 @@ class FeedAPI extends Controller {
/**
* @IsAdminExemption
* @IsSubAdminExemption
+ * @CSRFExemption
* @Ajax
*/
public function create() {
@@ -121,6 +123,7 @@ class FeedAPI extends Controller {
/**
* @IsAdminExemption
* @IsSubAdminExemption
+ * @CSRFExemption
* @Ajax
*/
public function delete() {
@@ -140,6 +143,7 @@ class FeedAPI extends Controller {
/**
* @IsAdminExemption
* @IsSubAdminExemption
+ * @CSRFExemption
* @Ajax
*/
public function read() {
@@ -155,6 +159,7 @@ class FeedAPI extends Controller {
/**
* @IsAdminExemption
* @IsSubAdminExemption
+ * @CSRFExemption
* @Ajax
*/
public function move() {