Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2916391
D25474.1737482391.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
745 B
Referenced Files
None
Subscribers
None
D25474.1737482391.diff
View Options
diff --git a/src/applications/system/controller/robots/PhabricatorRobotsPlatformController.php b/src/applications/system/controller/robots/PhabricatorRobotsPlatformController.php
--- a/src/applications/system/controller/robots/PhabricatorRobotsPlatformController.php
+++ b/src/applications/system/controller/robots/PhabricatorRobotsPlatformController.php
@@ -18,6 +18,8 @@
$out[] = 'User-Agent: *';
$out[] = 'Disallow: /diffusion/';
$out[] = 'Disallow: /source/';
+ // See T15670. Also prevent directly accessing commits in Diffusion.
+ $out[] = 'Disallow: /r*';
// See T15662. Prevent indexing line anchor links in Pastes. Per RFC 9309
// section 2.2.3, percentage-encode "$" to avoid interpretation as end of
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 21, 17:59 (16 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1114154
Default Alt Text
D25474.1737482391.diff (745 B)
Attached To
Mode
D25474: Disallow webcrawlers to index Diffusion commits
Attached
Detach File
Event Timeline
Log In to Comment