Remove setting referrer from HttpFunctions
authorChad Horohoe <chadh@wikimedia.org>
Tue, 28 Jan 2014 00:39:20 +0000 (16:39 -0800)
committerChad Horohoe <chadh@wikimedia.org>
Tue, 28 Jan 2014 00:39:20 +0000 (16:39 -0800)
commit609a76b1472bf9ade247428be5d4cec2180a8928
tree0789e291b8d111bba790bfbabe4da1844f8f8b64
parent5c018a186b2958e14ed62178802a77b6a40e6b14
Remove setting referrer from HttpFunctions

It was introduced in 5d210b50 but no callers have ever been updated
so this always falls back on $wgTitle (which is usually wrong). It
only works on cURL, and is marginally useful at best.

Change-Id: Ic498108af9f466cefbd0072f94f0efa4055cd169
includes/HttpFunctions.php