Closed martikaljuve closed 12 years ago
The RegEx in DataUrlImporting.from_data_url only allows strings that end with either "=" or "==", but base64 can end with other characters as well: http://en.wikipedia.org/wiki/Base64#Padding
Thanks for the gem! :)
Merged, thanks!
The RegEx in DataUrlImporting.from_data_url only allows strings that end with either "=" or "==", but base64 can end with other characters as well: http://en.wikipedia.org/wiki/Base64#Padding
Thanks for the gem! :)