Last modified: 2012-09-27 01:06:14 UTC
Snippet from Setup: if ( $wgCookieSecure === 'detect' ) { $wgCookieSecure = ( substr( $wgServer, 0, 6 ) === 'https:' ); } Should probably use WebRequest::detectProtocol() instead.
https://gerrit.wikimedia.org/r/18627
WebRequest::detectProtocol() returns the string 'https' (without a colon).