The default HTML output settings for input fields are already true , so true means the behavior you get by default.
Moreover, I think that if you want to keep xss-safe values ββin the database, you need to set it to false to avoid double escaping.
So, you need something else to get an input, possibly a filter. Although I do not think that output shielding is a good idea, sequential output shielding looks more reliable and does not cause problems with processing data in the database.
axtavt
source share