Skip to content

Commit

Permalink
Merge pull request #160 from elastera/master
Browse files Browse the repository at this point in the history
add secure to the params/keys
  • Loading branch information
GordonLesti committed Nov 12, 2015
2 parents 7733462 + b0192c5 commit 3ea3928
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/code/community/Lesti/Fpc/Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ protected function _getParams()
$request = Mage::app()->getRequest();
$params = array('host' => $request->getServer('HTTP_HOST'),
'port' => $request->getServer('SERVER_PORT'),
'secure' => Mage::app()->getStore()->isCurrentlySecure(),
'full_action_name' => $this->getFullActionName(),
'ajax' => $request->isAjax(),
);
Expand Down

0 comments on commit 3ea3928

Please sign in to comment.