r65536 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65535‎ | r65536 | r65537 >
Date:23:17, 25 April 2010
Author:werdna
Status:deferred (Comments)
Tags:
Comment:
Merge r65535 (Commit #2^16, Geek Points + 10)
Modified paths:
  • /branches/wmf/1.16wmf4/extensions/TorBlock/TorBlock.class.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.16wmf4/extensions/TorBlock/TorBlock.class.php
@@ -145,7 +145,7 @@
146146
147147 public static function loadNodesForIP( $ip ) {
148148 $url = 'https://check.torproject.org/cgi-bin/TorBulkExitList.py?ip='.$ip;
149 - $data = Http::get( $url );
 149+ $data = Http::get( $url, 'default', array( 'sslVerifyCert' => false ) );
150150 $lines = explode("\n", $data);
151151
152152 $nodes = array();
Property changes on: branches/wmf/1.16wmf4/extensions/TorBlock/TorBlock.class.php
___________________________________________________________________
Added: svn:mergeinfo
153153 Merged /branches/wmf-deployment/extensions/TorBlock/TorBlock.class.php:r60970
154154 Merged /trunk/extensions/TorBlock/TorBlock.class.php:r65535
155155 Merged /trunk/phase3/extensions/TorBlock/TorBlock.class.php:r63545-63546,63549,63643,63764,63897-63901

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r65535TorBlock: Do not verify SSL certificates when retrieving tor exit node lists.werdna23:15, 25 April 2010

Comments

#Comment by Platonides (talk | contribs)   16:59, 26 April 2010

Bonus score for merging the revision 216 - 1

Status & tagging log