summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-06-22 21:39:27 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-06-22 21:39:27 +0200
commitabf9f791859016fef85ca6f2af671745d6f2f1ec (patch)
treec12db4ebaf787b03d108a328f8937c60820461e7 /apps
parent1744333f5fb88e05dda2e4cf9f40af656c65a387 (diff)
parent777a6c454eb19a71c80534c6bb8d6a6e982fac9d (diff)
downloadnextcloud-server-abf9f791859016fef85ca6f2af671745d6f2f1ec.tar.gz
nextcloud-server-abf9f791859016fef85ca6f2af671745d6f2f1ec.zip
Merge pull request #16579 from owncloud/stable8-cors-no-cookie-auth
Disallow cookie auth for cors requests stable8
Diffstat (limited to 'apps')
-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 eb19d1b6c54..dc7a430dece 100644
--- a/apps/files/controller/apicontroller.php
+++ b/apps/files/controller/apicontroller.php
@@ -63,7 +63,6 @@ class ApiController extends Controller {
* replace the actual tag selection.
*
* @NoAdminRequired
- * @CORS
*
* @param string $path path
* @param array $tags array of tags
@@ -91,7 +90,6 @@ class ApiController extends Controller {
* Returns a list of all files tagged with the given tag.
*
* @NoAdminRequired
- * @CORS
*
* @param array $tagName tag name to filter by
* @return DataResponse