summaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-05-22 13:17:27 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-05-22 14:06:26 +0200
commitc8e3599cad9c5174260fc1dbe340efac65f1d646 (patch)
tree59fba6db45b3c84f2a4d4c7b4ee68529e5424d37 /apps/files
parentb82d902e184960877110bc45124ed2399f779cac (diff)
downloadnextcloud-server-c8e3599cad9c5174260fc1dbe340efac65f1d646.tar.gz
nextcloud-server-c8e3599cad9c5174260fc1dbe340efac65f1d646.zip
disallow cookie auth for cors requests
testing ... fixes fix test add php doc fix small mistake add another phpdoc remove not working cors annotations from files app
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/controller/apicontroller.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files/controller/apicontroller.php b/apps/files/controller/apicontroller.php
index 8fc22a8aa66..0cc222d7ce9 100644
--- a/apps/files/controller/apicontroller.php
+++ b/apps/files/controller/apicontroller.php
@@ -92,7 +92,6 @@ class ApiController extends Controller {
* replace the actual tag selection.
*
* @NoAdminRequired
- * @CORS
*
* @param string $path path
* @param array|string $tags array of tags
@@ -126,7 +125,6 @@ class ApiController extends Controller {
* Returns a list of all files tagged with the given tag.
*
* @NoAdminRequired
- * @CORS
*
* @param array|string $tagName tag name to filter by
* @return DataResponse