mohar's avatar
Level 1

disabled={boolean} for input element is safe?

i have an input element that is disabled=true for non-pro members based on functions, but disabled=false for pro members. And based on the data from the input's form, data is fetched from the server. Is it safe? can someone manipulate the data fetching by changing disabled=false in the client side? it is a spa with vite

0 likes
1 reply
s4muel's avatar

filter the data (based upon pro/non-pro) on the backend side

Please or to participate in this conversation.