You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that db.libretro.com sometimes interprets backslashes as directory separators and generates invalid links. You can take a look at https://db.libretro.com/Sony%20-%20PlayStation/Alundra%20(USA).html where the linked developer page is invalid. The linked page is https://db.libretro.com/developer/Matrix%20Software%20/Contrail.html but should be https://db.libretro.com/developer/Matrix%20Software%20%5CContrail.html.
Hi,
I noticed that db.libretro.com sometimes interprets backslashes as directory separators and generates invalid links. You can take a look at https://db.libretro.com/Sony%20-%20PlayStation/Alundra%20(USA).html where the linked developer page is invalid. The linked page is
https://db.libretro.com/developer/Matrix%20Software%20/Contrail.html
but should behttps://db.libretro.com/developer/Matrix%20Software%20%5CContrail.html
.I think
\
should be added toscrubIllegalChars
in https://github.com/libretro/webdb/blob/master/main.go#LL26C3-L26C3Edit: https://stackoverflow.com/a/10444621 suggests
\
in urls are invalid and browsers are trying to do some error recovery.The text was updated successfully, but these errors were encountered: