Skip to content

Conversation

@jcharum
Copy link

@jcharum jcharum commented Oct 14, 2020

Encode strings used as URL query parameter values. For example, tag names can be arbitrary strings. These names are used in URL query parameters, so they must encoded appropriately.

The demo currently has tags like "\u{200c}\". When you click on them, the articles do not load, because you get a panic from the invalid URL character. This fixes that issue.

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

Successfully merging this pull request may close these issues.

1 participant