The titles of the users my cause issues and must be parsed properly before set as the id in the content list.
In particular
- No trailing whitespaces
- Encode all special characters (like
#)
In all of the users inputs, escape all HTML characters to prevent XSS.
The titles of the users my cause issues and must be parsed properly before set as the id in the
contentlist.In particular
#)In all of the users inputs, escape all HTML characters to prevent XSS.