Closed lisardo2 closed 1 year ago
Same Problem as in issue #114 now in 5.0.2
line 181 in class Leuchtfeuer\SecureDownloads\UserFunctions:
$statusCode = (new Client())->request('HEAD', $publicUrl, ['http_errors' => false])->getStatusCode();
ignores TYPO3_CONF_VARS/HTTP/verif. Result is destroyed Extension Configuration in an installation of TYPO3 11 with local certificate.
Fixed in https://github.com/Leuchtfeuer/typo3-secure-downloads/releases/tag/v5.0.3
Same Problem as in issue #114 now in 5.0.2
line 181 in class Leuchtfeuer\SecureDownloads\UserFunctions:
$statusCode = (new Client())->request('HEAD', $publicUrl, ['http_errors' => false])->getStatusCode();
ignores TYPO3_CONF_VARS/HTTP/verif. Result is destroyed Extension Configuration in an installation of TYPO3 11 with local certificate.