MediaWiki/Tickets/Phabricator T274807 - No CAPTCHA from ConfirmEdit served for users that use MobileFrontend: Difference between revisions

    m (rephrase)
    (confs of the MobileFrontend)
    Line 8: Line 8:
    ''' Relevant wiki configuration ''':
    ''' Relevant wiki configuration ''':
    <pre>
    <pre>
    $wgMFAutodetectMobileView = true;
    $wgMFAdvancedMobileContributions = true;
    wfLoadSkin( 'MinervaNeue' );
    $wgMFDefaultSkinClass = 'SkinMinerva';
    wfLoadExtension( 'MobileFrontend' );
    wfLoadExtensions( array( 'ConfirmEdit', 'ConfirmEdit/ReCaptchaNoCaptcha' ) );
    wfLoadExtensions( array( 'ConfirmEdit', 'ConfirmEdit/ReCaptchaNoCaptcha' ) );
    $wgCaptchaClass = 'ReCaptchaNoCaptcha';
    $wgCaptchaClass = 'ReCaptchaNoCaptcha';