jenkins-bot has submitted this change and it was merged.

Change subject: Don't index NS_USER on cs.wikipedia
......................................................................


Don't index NS_USER on cs.wikipedia

Bug: T125068
Change-Id: I1c095fefae4f480611a5599cf127d6a4a8283373
---
M wmf-config/InitialiseSettings.php
1 file changed, 4 insertions(+), 0 deletions(-)

Approvals:
  Thcipriani: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 8d57c55..85e25a9 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -10565,6 +10565,10 @@
                103 => 'noindex,follow', // wikiproject talk
                829 => 'noindex,follow', // module talk
        ), // T73663
+       'cswiki' => array(
+               NS_USER => 'noindex,follow', // T125068
+               NS_USER_TALK => 'noindex,follow',
+       ),
        'dewiki' => array(
                NS_TALK => 'noindex,follow',
                NS_USER => 'noindex,follow', // T38181

-- 
To view, visit https://gerrit.wikimedia.org/r/270556
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I1c095fefae4f480611a5599cf127d6a4a8283373
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Dereckson <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Thcipriani <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to