https://bugzilla.wikimedia.org/show_bug.cgi?id=42867

db <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #4 from db <[email protected]> ---
Article::getRobotPolicy contains the condition for this:

} elseif ( $this->getContext()->getRequest()->getInt( 'curid' ) ) {
    # For ?curid=x urls, disallow indexing
    return array(
        'index'  => 'noindex',
        'follow' => 'follow'
    );
}

So works as designed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to