Skip to content

Commit 3ea3928

Browse files
committed
Merge pull request #160 from elastera/master
add secure to the params/keys
2 parents 7733462 + b0192c5 commit 3ea3928

File tree

1 file changed

+1
-0
lines changed
  • app/code/community/Lesti/Fpc/Helper

1 file changed

+1
-0
lines changed

app/code/community/Lesti/Fpc/Helper/Data.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ protected function _getParams()
7777
$request = Mage::app()->getRequest();
7878
$params = array('host' => $request->getServer('HTTP_HOST'),
7979
'port' => $request->getServer('SERVER_PORT'),
80+
'secure' => Mage::app()->getStore()->isCurrentlySecure(),
8081
'full_action_name' => $this->getFullActionName(),
8182
'ajax' => $request->isAjax(),
8283
);

0 commit comments

Comments
 (0)