Actions
Bug #22615
closedt3lib_compressor also rewrites data URIs
Start date:
2010-05-09
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
According to <a href="http://tools.ietf.org/html/rfc2616">RFC 2616</a>, images/files can be embedded using the <em>data:</em> URI scheme.
In CSS this can be used this way:
background-image: url("data:image/gif;base64,SOMETHING_BASE64_ENCODED")
t3lib_compressor also rewrites this "URLs" and considers them as a filename while merging CSS.
(issue imported from #M14342)
Files
Actions