We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
RFC 3987 defines a number of unwise characters, including <>{}^\%"| (and the backtick). These characters should be disallowed from URL paths.
<>{}^\%"|
The text was updated successfully, but these errors were encountered:
Disallow unwise characters
95b50e2
Resolves #1130 This prohibits unwise characters in paths and also removes them from Slug headers
66e284f
Disallow unwise characters (#1131)
dd47ae3
Successfully merging a pull request may close this issue.
RFC 3987 defines a number of unwise characters, including
<>{}^\%"|
(and the backtick). These characters should be disallowed from URL paths.The text was updated successfully, but these errors were encountered: