20after4 has submitted this change and it was merged.

Change subject: Gerrit: /r/project redirect paths are public
......................................................................


Gerrit: /r/project redirect paths are public

Bug: T122674
Change-Id: Ib13b9b83324fa2e3f0b18d9f32cfcdb8514ea113
---
M GerritProjectController.php
1 file changed, 4 insertions(+), 1 deletion(-)

Approvals:
  20after4: Looks good to me, approved



diff --git a/GerritProjectController.php b/GerritProjectController.php
index 2c0762d..84d8a2f 100644
--- a/GerritProjectController.php
+++ b/GerritProjectController.php
@@ -1359,6 +1359,9 @@
         phlog('did not match any repository redirect action');
         return new Aphront404Response();
 
-  }
+    }
 
+    public function shouldAllowPublic() {
+        return true;
+    }
 }
\ No newline at end of file

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib13b9b83324fa2e3f0b18d9f32cfcdb8514ea113
Gerrit-PatchSet: 1
Gerrit-Project: phabricator/extensions
Gerrit-Branch: master
Gerrit-Owner: Alex Monk <[email protected]>
Gerrit-Reviewer: 20after4 <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to