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

Add URL decode filter #840

Merged
merged 2 commits into from
Apr 6, 2022
Merged

Add URL decode filter #840

merged 2 commits into from
Apr 6, 2022

Conversation

mattcoley
Copy link
Collaborator

This filter behaves the opposite of the urlencode filter. Given an encoded URL like http%3A%2F%2Ffoo.com%3Fbar%26food it will decode it back to the original URL http://foo.com?bar&food.

@mattcoley mattcoley merged commit 5736b70 into master Apr 6, 2022
@mattcoley mattcoley deleted the url-decode-filter branch April 6, 2022 19:53
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