Open guppy42 opened 7 years ago
Please concider changing line 92 of UrlService.php to
$scheme=GeneralUtility::getIndpEnv('TYPO3_SSL') ? 'https' : 'http';
As this will use the same scheme as the currently used domain.
+1
Please concider changing line 92 of UrlService.php to
As this will use the same scheme as the currently used domain.