Closed
Description
After new installation there's a warning in Backend.
<div class="notification-global notification-global-warning">
<strong style="color:red">Important: </strong>
<span>Formkey validation on checkout disabled. This may expose security risks.
We strongly recommend to Enable Form Key Validation On Checkout in
<a href="<?php echo $this->getSecurityAdminUrl(); ?>">Admin / Security Section</a>,
for protect your own checkout process. </span>
</div>
Is there a reason why the default setting should not be 1 (for yes, validate formkey)?