We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef84043 commit de8f2b8Copy full SHA for de8f2b8
lib/internal/Magento/Framework/Url.php
@@ -368,7 +368,7 @@ protected function _isSecure()
368
* @see https://github.com/magento/magento2/issues/6175
369
* @se https://github.com/magento/magento2/pull/10188
370
*/
371
- if ($this->getRouteParamsResolver()->hasData('secure_is_forced')) {
+ if ($this->getRouteParamsResolver()->hasData('secure')) {
372
return (bool) $this->getRouteParamsResolver()->getData('secure');
373
}
374
return true;
0 commit comments