mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/general: improve URL escaping
Specifically, cater for /, + and % in URL components.
This commit is contained in:
@ -69,7 +69,7 @@ class UserListController {
|
||||
|
||||
module.exports = router => {
|
||||
router.enter(
|
||||
'/users/:parameters?',
|
||||
'/users/:parameters(.*)?',
|
||||
(ctx, next) => { misc.parseUrlParametersRoute(ctx, next); },
|
||||
(ctx, next) => { ctx.controller = new UserListController(ctx); });
|
||||
};
|
||||
|
Reference in New Issue
Block a user