-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Base64 URL Safe Implementation #1862
Comments
I don't have insight on this |
Adding that even the documentation that Shopify is pointing to mentions the padding should be omitted. liquid/lib/liquid/standardfilters.rb Line 176 in 2d04427
|
I tried to create a PR to fix this issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Base64 filters were added in Liquid 5.1 together with URL safe variants. There seems to be two variants out in the wild, and the question is can/should Liquid support both? base64_url_safe_decode supports both. base64_url_safe_encode does not.
+
and/
only=
padding.RFC 4648
Mozilla defines it as
Related to dotliquid#542
The text was updated successfully, but these errors were encountered: