lojjic / PIE

A behavior for Internet Explorer allowing it to recognize and render various CSS3 box decoration properties
http://css3pie.com
Other
2.79k stars 235 forks source link

Support base64 images #125

Open jakearchibald opened 13 years ago

jakearchibald commented 13 years ago

IE6 & 7 don't support base64 encoded images.

IE8 does, but if the element is enhanced by css3pie the background disappears.

I'm pretty sure VML doesn't support base64, so this cannot be fixed, but thought I'd mention it in case you know any tricks.

Failing that, maybe it should throw an error.

ttfkam commented 13 years ago

Does VML support MHTML urls? If so, that might be an avenue of attack.

joepjoosten commented 12 years ago

A recent (2011) "security" update by microsoft disabled MHTML support as an alternative to base64 data uri.