maikschneider / bw_icons

TYPO3 extensions that provides an icon picker for TCA and RTE.
GNU General Public License v2.0
1 stars 2 forks source link

Load remote content with PSR-7 #36

Open maikschneider opened 1 year ago

maikschneider commented 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().