diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-06-22 21:39:27 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-06-22 21:39:27 +0200 |
commit | abf9f791859016fef85ca6f2af671745d6f2f1ec (patch) | |
tree | c12db4ebaf787b03d108a328f8937c60820461e7 /apps | |
parent | 1744333f5fb88e05dda2e4cf9f40af656c65a387 (diff) | |
parent | 777a6c454eb19a71c80534c6bb8d6a6e982fac9d (diff) | |
download | nextcloud-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.php | 2 |
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 |