Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Escape more characters in URLs #265

Open
neongreen opened this issue May 13, 2019 · 0 comments
Open

Escape more characters in URLs #265

neongreen opened this issue May 13, 2019 · 0 comments

Comments

@neongreen
Copy link
Member

We escape =?& already, but we should also escape {}|\^~[]`" because those characters make it harder for users to paste our URLs into chat/Markdown/etc (the list is as per https://tools.ietf.org/html/rfc3986#section-2.4).

Those characters have to be escaped everywhere a regex is rendered in a URL – i.e. ?query, ?filePath and ?filter.

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

No branches or pull requests

1 participant