Open maikschneider opened 1 year ago
There can be cases where remote content (stylesheet/font files) become loaded via file_get_contents. This should be avoided, replaced with GeneralUtility::getUrl().
file_get_contents
GeneralUtility::getUrl()
There can be cases where remote content (stylesheet/font files) become loaded via
file_get_contents
. This should be avoided, replaced withGeneralUtility::getUrl()
.