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.
2 parents 7733462 + b0192c5 commit 3ea3928Copy full SHA for 3ea3928
app/code/community/Lesti/Fpc/Helper/Data.php
@@ -77,6 +77,7 @@ protected function _getParams()
77
$request = Mage::app()->getRequest();
78
$params = array('host' => $request->getServer('HTTP_HOST'),
79
'port' => $request->getServer('SERVER_PORT'),
80
+ 'secure' => Mage::app()->getStore()->isCurrentlySecure(),
81
'full_action_name' => $this->getFullActionName(),
82
'ajax' => $request->isAjax(),
83
);
0 commit comments