Actions
Bug #91258
closedIRRE: Don't rely on HTML comment for not loaded elements
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2020-05-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The current IRRE implementation relies on the HTML comment @@ to detect whether an element is known to be loaded or not. Since this might break in case HTML minification is enabled (either by an extension or a proxy), it might be a good idea not to rely on this anymore.
Actions