rendrjs / rendr

Render your Backbone.js apps on the client and the server, using Node.js.
MIT License
4.09k stars 312 forks source link

Difference between client and server routers #438

Open dettier opened 9 years ago

dettier commented 9 years ago

Hello everyone, I noticed that server router sanitizes query parameters while client router does not. Is there a reason behind this?

saponifi3d commented 9 years ago

Hrrmmm not that i can think of, i'll check out how much time it'll be to fix that on the client router - or if you have a fix setup using sanitizer already, that'd be super handy.

Thanks for reporting the issue!