Closed michikrug closed 6 years ago
Use htmlspecialchars to encode passed 'name' parameter to prevent XSS attacks. This should not break when passing accented chars.
Currently, passed gym and trainer names with accented chars break the search. See #361
Own instance.
Description
Use htmlspecialchars to encode passed 'name' parameter to prevent XSS attacks. This should not break when passing accented chars.
Motivation and Context
Currently, passed gym and trainer names with accented chars break the search. See #361
How Has This Been Tested?
Own instance.
Types of changes