Closed bogdanN closed 3 years ago
That is no base64 encoded image but a data url with base64 encoded data, which is a difference. However you can use the dataurl
rule added in 2.7.0.
Yes, sure, you are right about data-url and I see that you added the new rule, thank you very much
Faced with the issue that doesn't allow to validate base64 encoded image. Here is a short fix for that