guillaumepotier / Parsley.js

Validate your forms, frontend, without writing a single line of javascript

Home Page:http://parsleyjs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parsley gets bypassed by deleting require

wadid opened this issue · comments

commented

I have an issue with people deleting the require tags in forms. Is there a way using parsley so it doesnt get bypassed by manipulation of the html in the frontend?

No.

All client-side validation should also be done server side. Always. You can never trust data received from a browser.

Good luck.