我期待在Magento的自定义表单。 我看到这些教程
http://fastdivision.com/2012/03/29/diy-magento-create-ajax-login-registration-forms-for-your-magento-theme/
http://inchoo.net/ecommerce/magento/magento-email/magento-custom-email-contact-form-with-notification-system/
我没有看到CSRF预防任何提及,如检查有一个存储在用户会话客户端令牌。 我也看了在Magento的联系我们的形式,看到这一点,但我不认为它涉及到CSRF:
<input type="text" name="hideit" id="hideit" value="" style="display:none !important;">
Magento的是否有防止CSRF任何默认代码? 请问这 - $> Request()方法 - > getParams Mage_Core_Controller_Front_Action()方法会自动做任何事情来阻止CSRF,我可能会丢失?