Bug #22615
t3lib_compressor also rewrites data URIs
Status: | Closed | Start date: | 2010-05-09 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | Benjamin Mack | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 4.4 | Is Regression: | ||
PHP Version: | 5.3 | Sprint Focus: | ||
Complexity: |
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)
Related issues
History
#1 Updated by Benjamin Mack about 5 years ago
Committed to trunk (rev. 7707)
#2 Updated by Susanne Moog over 4 years ago
- Target version deleted (
4.4.0)