zieren / wasted-youth-tracker

Limit kids' time on their (Windows) PC and get a summary of the window titles.
GNU General Public License v3.0
5 stars 0 forks source link

Prevent invalid characters in user ID #88

Open zieren opened 2 years ago

zieren commented 2 years ago

$user is used unquoted in HTML. Maybe just validate the input against an RE?