2d ago
Blacklist / Input Validation for Text Fields
We need a way to block specific words or phrases in text input fields, for example trademarked names such as “Real Madrid”, “Taylor Swift” or “Coca-Cola”.It should be possible to define and manage a custom list of prohibited terms.This is legally relevant for us, as such terms must not enter production.We therefore need a native solution to reliably validate inputs and exclude prohibited terms.
Pending