lulzsun / RePlays

Open-source game recording management software
GNU General Public License v3.0
150 stars 17 forks source link

Sanitise game names with special characters. #205

Closed Mondanzo closed 4 months ago

Mondanzo commented 4 months ago

This replaces all % with %25 for urls. This should make sure that games with a % won't be accidentally encoded as being a percentage encoding. Sanitise game names with % for urls linking or accessing web server assets.

Closes #204