diff options
author | Vincent Petry <pvince81@owncloud.com> | 2015-05-26 12:12:04 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2015-05-26 12:12:04 +0200 |
commit | 39c6a3648848c8098a9c38b818be2ec1169b703d (patch) | |
tree | 3891b49b38866f7dca71188911fe5cd3afbe15ae /apps | |
parent | ab0747113c320552da45cd5c7f56210b3eccb263 (diff) | |
parent | c8e3599cad9c5174260fc1dbe340efac65f1d646 (diff) | |
download | nextcloud-server-39c6a3648848c8098a9c38b818be2ec1169b703d.tar.gz nextcloud-server-39c6a3648848c8098a9c38b818be2ec1169b703d.zip |
Merge pull request #16532 from owncloud/cors-no-cookie-auth
Disallow cookie auth for cors requests
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 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 |