HttpFunctions: Move isLocalUrl() into MWHttpRequest and make it private
authorChad Horohoe <chadh@wikimedia.org>
Tue, 19 Jul 2016 18:01:28 +0000 (11:01 -0700)
committerChad Horohoe <chadh@wikimedia.org>
Tue, 19 Jul 2016 18:03:10 +0000 (11:03 -0700)
commitb47c1969434d935525900cdb476c3b157f41d536
tree0148b14b8ffd95b0347bc4c7d6e1c96180565d86
parent425ee18e3b7d874d56d7644e4683171796aae024
HttpFunctions: Move isLocalUrl() into MWHttpRequest and make it private

Nothing else calls this, and it really shouldn't be used except for
determining if a request should be proxied.

While we're here, actually support HTTPS.

Change-Id: I5edf47f75ebb7c1705d0c406ee7d19425f348eb4
includes/HttpFunctions.php