Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

SecurefolderReport.php has hard-coded "http://" checks, not "https://" #4

Open
knbknb opened this issue Dec 9, 2016 · 0 comments
Open

Comments

@knbknb
Copy link

knbknb commented Dec 9, 2016

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());

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant