Open cubap opened 3 years ago
This will allow for flexible Slugs #96
[0-9a-zA-Z_~-\+]
should do it or [\w~-\+]
if that's supported.
I support not supporting anything that has to be URLEncoded (%25
kind of stuff) or stuff that has a reserved use. This means no ?!%$,.@#&^*()\|/"'``:;<>[]{}=