Hello,
Let’s say :
- The data API is DISabled
- No privacy rule on Thing A (publicly accessible)
- On my page there is a “Do a search for : Thing A”
My question : Can the search be altered by a front-end genius, like removing or modifying parameters etc… ?
What I want : Thing A to be accessible only if you know it’s Slug or it’s ID → my frontend search is “Do a search for Thing A : where Slug is X”
What I do NOT want : some genius to change the querry and somehow gets access to the list of all objects of type Thing A”
The documentation remains quite obscure around how things are secured and run under the hood. What the doc says “The fact that the data is downloaded to the local device does not mean the user can freely tamper with it: that part is still securely handled on the server. It just means the data can be viewed.” Client-side and server-side | Bubble Docs
EDIT : in the same way, can frontend workflow conditions be altered, or indirectly altered through data alteration?
Let’s say I have an “is_admin" boolean field on all my users, and conditions on my frontend workflow regarding this “is_admin” field. Can some genius alter it’s own user data, or the condition of the workflow so it can run the workflow?



