node-cssjanus
node-cssjanus copied to clipboard
Avoid flipping "ltr" or "left" in a data URI
Any URL that looks like a data URI should be skipped over. Otherwise image data will occasionally be corrupted, and in the case of the PHP port I've already seen the regular expressions engine simply blank out the entire stylesheet trying to operate on a data URI which was especially large.