Skip to content

Commit

Permalink
MAGETWO-36653: [GitHub] Unable to open home page after successful ins…
Browse files Browse the repository at this point in the history
…tallation #1212

- added sets no cache header in RequestPreprocessor plugin
  • Loading branch information
eddielau committed Apr 27, 2015
1 parent aad627d commit cdd636a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ public function aroundDispatch(

$response = $this->_responseFactory->create();
$response->setRedirect($redirectUrl, $redirectCode);
$response->setNoCacheHeaders();
return $response;
}
}
Expand Down

0 comments on commit cdd636a

Please sign in to comment.