Actions
Bug #63383
closedProtocol relative url no longer working in page.includeCSS
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-11-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
I just upgraded to 6.2.7, and protocol relative url are no longer included from TypoScript.
Example:
page.includeCSS.font-awesome = http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css
works but
page.includeCSS.font-awesome = //maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css
no longer includes the CSS file.
Actions