* Fix meta robots tag on Special:Version again to avoid listing vulnerable
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 11 Oct 2005 05:32:51 +0000 (05:32 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 11 Oct 2005 05:32:51 +0000 (05:32 +0000)
  versions for convenient harvesting by automated worms

RELEASE-NOTES
includes/SpecialVersion.php

index 4c7e8ff..2296c25 100644 (file)
@@ -135,6 +135,8 @@ fully support the editing toolbar, but was found to be too confusing.
 * (bug 3643) Fix image page display of large images with resizing disabled
 * (bug 3334) Namespace changes for Polish
 * (bug 3660) Update diff3 detection to work with Windows/Cygwin
+* Fix meta robots tag on Special:Version again to avoid listing vulnerable
+  versions for convenient harvesting by automated worms
 
 
 === Caveats ===
index 3ef0e67..a249a59 100644 (file)
@@ -36,7 +36,6 @@ class SpecialVersion {
        function execute() {
                global $wgOut;
                
-               $wgOut->setRobotpolicy( 'index,follow' );
                $wgOut->addWikiText( $this->MediaWikiCredits() . $this->extensionCredits() . $this->wgHooks() );
                $wgOut->addHTML( $this->IPInfo() );
        }