Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove url-sensitive characters prefixing tags #54

Open
jaromil opened this issue Jun 2, 2017 · 0 comments
Open

Remove url-sensitive characters prefixing tags #54

jaromil opened this issue Jun 2, 2017 · 0 comments

Comments

@jaromil
Copy link
Member

jaromil commented Jun 2, 2017

If a tag is created with a character that affects urls, it fails to be passed as argument.
For instance if a tag is created with a prepended hash (i.e. #tag) then the url listing tag transactions will not be valid, as the browser will take it as an in-page anchor instead of passing it through the http pipeline (i.e. http://localhost:8000/tags/#tag).
Upon tag creation the string should be sanitized by removing all extended url characters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant