Leuchtfeuer / typo3-secure-downloads

Secure your assets and data from unwanted download. Apply TYPO3 access rights to ALL file assets (PDFs, TGZs or JPGs etc. - configurable) - protect them from direct access.
https://www.Leuchtfeuer.com
GNU General Public License v2.0
21 stars 35 forks source link

Broken Extension configuration because of local certificate. #173

Closed lisardo2 closed 1 year ago

lisardo2 commented 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.

balasch commented 1 year ago

Fixed in https://github.com/Leuchtfeuer/typo3-secure-downloads/releases/tag/v5.0.3