Actions
Feature proposal #5803
closedImplement jQuery validation for forbidden words
Description
Currently forbidden words are validated in PHP only. Implement jQuery support for it in base text type class.
Actions
Added by krileon about 9 years ago. Updated over 8 years ago.
Description
Currently forbidden words are validated in PHP only. Implement jQuery support for it in base text type class.
Not sure if that is a good idea, as it would disclose the secret bad words list outside the server into the browser for bots to know what to avoid....
This has nothing to do with blocking bots so that doesn't even matter for this.
To clarify further it's to just block stuff like cuss words if they don't want bad words in a textarea field for example.
Implemented in MR !1198