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

Change subject: Also whitelist IPv6 ips for bouncehandler
......................................................................


Also whitelist IPv6 ips for bouncehandler

... this should really migrate towards using a shared secret
and not this crappy IP whitelist.

Change-Id: I9f8a3220e8fbe8cf307d6280bcb6f11b33d8c993
---
M wmf-config/CommonSettings.php
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 07309ba..9c09aab 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2215,7 +2215,7 @@
        $wgBounceHandlerUnconfirmUsers = false;
        $wgBounceHandlerCluster = 'extension1';
        $wgBounceHandlerSharedDB = 'wikishared';
-       $wgBounceHandlerInternalIPs = array( '208.80.154.90', '208.80.154.89' 
); # polonium and lead
+       $wgBounceHandlerInternalIPs = array( '208.80.154.90', '208.80.154.89', 
'2620:0:861:3:208:80:154:90', '2620:0:861:3:208:80:154:91', 
'2620:0:861:3:ca1f:66ff:febf:8dd6' ); # polonium and lead
 }
 
 if ( $wmgUseTranslate ) {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I9f8a3220e8fbe8cf307d6280bcb6f11b33d8c993
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Hoo man <h...@online.de>
Gerrit-Reviewer: Hoo man <h...@online.de>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to