Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/vendor/magento/module-captcha/etc/
Upload File :
Current File : /var/www/clients/client3/web2/web/vendor/magento/module-captcha/etc/di.xml

<?xml version="1.0"?>
<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
    <preference for="Magento\Captcha\Api\CaptchaConfigPostProcessorInterface" type="Magento\Captcha\Model\Filter\CaptchaConfigPostProcessorComposite"/>
    <type name="Magento\Captcha\Model\DefaultModel">
        <arguments>
            <argument name="session" xsi:type="object">Magento\Customer\Model\Session</argument>
        </arguments>
    </type>
    <type name="Magento\Captcha\Observer\CheckUserCreateObserver">
        <arguments>
            <argument name="session" xsi:type="object">Magento\Customer\Model\Session</argument>
        </arguments>
    </type>
    <type name="Magento\Captcha\Observer\CheckUserForgotPasswordBackendObserver">
        <arguments>
            <argument name="session" xsi:type="object">Magento\Customer\Model\Session</argument>
        </arguments>
    </type>
    <type name="Magento\Captcha\Observer\CheckUserLoginObserver">
        <arguments>
            <argument name="session" xsi:type="object">Magento\Customer\Model\Session</argument>
        </arguments>
    </type>
    <type name="Magento\Customer\Controller\Ajax\Login">
        <plugin name="captcha_validation" type="Magento\Captcha\Model\Customer\Plugin\AjaxLogin" sortOrder="50" />
    </type>
    <type name="Magento\Captcha\Model\Customer\Plugin\AjaxLogin">
        <arguments>
            <argument name="formIds" xsi:type="array">
                <item name="user_login" xsi:type="string">user_login</item>
            </argument>
        </arguments>
    </type>
    <type name="Magento\Checkout\Block\Cart\Sidebar">
        <plugin name="login_captcha" type="Magento\Captcha\Model\Cart\ConfigPlugin" sortOrder="50" />
    </type>
    <type name="Magento\Captcha\Model\Filter\CaptchaConfigPostProcessorComposite">
        <arguments>
            <argument name="processors" xsi:type="array">
                <item name="processor" xsi:type="object">Magento\Captcha\Model\Filter\QuoteDataConfigFilter</item>
            </argument>
        </arguments>
    </type>
    <type name="Magento\Captcha\Model\Filter\QuoteDataConfigFilter">
        <arguments>
            <argument name="filterList" xsi:type="array">
                <item name="remote_ip" xsi:type="string">remote_ip</item>
                <item name="x_forwarded_for" xsi:type="string">x_forwarded_for</item>
            </argument>
        </arguments>
    </type>
</config>