You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 20, 2022. It is now read-only.
The file
comvosfilelist/src/Comvos/TYPO3/Filelist/SecurefolderReport.php
and comvosfilelist/pi1/class.tx_comvosfilelist_pi1.php
have hard-coded "http://" checks in them, but these checks would fail if the typo3 website which uses this extension is https-only. $reachabillityTest = get_headers('http://' . $extconf['filehostname'] . '/' . $folder . '/' . $filetotest->getRelativePathname());
The file
comvosfilelist/src/Comvos/TYPO3/Filelist/SecurefolderReport.php
and comvosfilelist/pi1/class.tx_comvosfilelist_pi1.php
have hard-coded "http://" checks in them, but these checks would fail if the typo3 website which uses this extension is https-only.
$reachabillityTest = get_headers('http://' . $extconf['filehostname'] . '/' . $folder . '/' . $filetotest->getRelativePathname());