b13 / t3ext-seo_basics

TYPO3 Extension: SEO Basics
7 stars 27 forks source link

useDomain = current gets the scheme wrong #62

Open guppy42 opened 7 years ago

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

marvinschroeder commented 6 years ago

+1