im using the mindshape-cookie-hint-extension. This extionsion includes the CSS-files with this line:
$this->response->addAdditionalHeaderData(
'<link rel="stylesheet" type="text/css" media="all" href="' .
GeneralUtility::getIndpEnv('TYPO3_REQUEST_HOST') .
'/typo3conf/ext/mindshape_cookie_hint/Resources/Public/Css/' . $style . '.css" />'
);
The problem is that this line ignores the HTTPS-protocol and icludes the CSS-files with HTTPS and not HTTPS.
does anybody have a solution?
regards,

you're writing "includes the CSS-files with HTTPS and not HTTPS." Can you explain what you mean?
Apart from that. It should be fairly easy to change the line to