Herron has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/368775 )
Change subject: phabricator: Block certain mobile IP ranges from uploading files ...................................................................... phabricator: Block certain mobile IP ranges from uploading files This reverts https://gerrit.wikimedia.org/r/#/c/363356/ and reenables https://gerrit.wikimedia.org/r/#/c/363001/ as any less obstructive approaches have not shown sufficient success. See https://phabricator.wikimedia.org/T168142 Change-Id: I6593d47371b9672499d778afc095a0a05cb08e52 --- M modules/phabricator/files/apache/phabbanlist.conf 1 file changed, 12 insertions(+), 12 deletions(-) Approvals: Herron: Looks good to me, approved 20after4: Looks good to me, but someone else must approve jenkins-bot: Verified Objections: Paladox: There's a problem with this change, please improve diff --git a/modules/phabricator/files/apache/phabbanlist.conf b/modules/phabricator/files/apache/phabbanlist.conf index 80fb2eb..082d406 100644 --- a/modules/phabricator/files/apache/phabbanlist.conf +++ b/modules/phabricator/files/apache/phabbanlist.conf @@ -49,18 +49,18 @@ ## file sharing in June/July 2017 # https://phabricator.wikimedia.org/T168142 -# Superseded by https://gerrit.wikimedia.org/r/#/c/363264/ +# Temporarily superseded by https://gerrit.wikimedia.org/r/#/c/363264/ # https://wikitech.wikimedia.org/wiki/Incident_documentation/20170617-Phabricator-spam # Maroc Telekom, Office National des Postes et Telecommunications O, # MTN SA MOBILE, Meditelecom, Meditel Mobile, Optimum-Telecom-Algeria -# Require not ip 41.92.0.0/17 -# Require not ip 41.140.0.0/14 -# Require not ip 41.248.0.0/14 -# Require not ip 45.216.0.0/14 -# Require not ip 105.128.0.0/11 -# Require not ip 105.188.0.0/14 -# Require not ip 129.45.0.0/17 -# Require not ip 154.0.0.0/8 -# Require not ip 160.160.0.0/12 -# Require not ip 196.64.0.0/11 -# Require not ip 197.128.0.0/14 +Require not ip 41.92.0.0/17 +Require not ip 41.140.0.0/14 +Require not ip 41.248.0.0/14 +Require not ip 45.216.0.0/14 +Require not ip 105.128.0.0/11 +Require not ip 105.188.0.0/14 +Require not ip 129.45.0.0/17 +Require not ip 154.0.0.0/8 +Require not ip 160.160.0.0/12 +Require not ip 196.64.0.0/11 +Require not ip 197.128.0.0/14 -- To view, visit https://gerrit.wikimedia.org/r/368775 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I6593d47371b9672499d778afc095a0a05cb08e52 Gerrit-PatchSet: 4 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Aklapper <[email protected]> Gerrit-Reviewer: 20after4 <[email protected]> Gerrit-Reviewer: Aklapper <[email protected]> Gerrit-Reviewer: Ema <[email protected]> Gerrit-Reviewer: Faidon Liambotis <[email protected]> Gerrit-Reviewer: Herron <[email protected]> Gerrit-Reviewer: Paladox <[email protected]> Gerrit-Reviewer: Volans <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
