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

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

@knbknb

Description

@knbknb

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions