Closed
Description
Based on this article (https://www.parse.com/questions/what-are-the-recommended-permissions-for-the-installations-class) a query for _Installation should only return your own installation object.
However, if I run this cURL call I can get all installation objects.
curl -X GET \
-H "X-Parse-Application-Id: {validID}" \
-H "Content-Type: application/json" \
http://localhost:1337/parse/classes/_Installation
That request should always return empty (or with an error).