Page MenuHomePhabricator

$wgSecretKey, $wgProxyKey documentation
Closed, ResolvedPublic

Description

$ w3m -dump http://www.mediawiki.org/wiki/Manual:\$wgSecretKey|grep always

This should always be customised in LocalSettings.php

This should always be customised in LocalSettings.php

But nowadays one only sees $wgProxyKey in LocalSettings.php.

In DefaultSettings.php, one sees these lines mashed together,

/ This should always be customised in LocalSettings.php */
$wgSecretKey = false;
/
big list of banned IP addresses, in the keys not the values */
$wgProxyList = array();
/** deprecated */
$wgProxyKey = false;

Well if it is deprecated, then don't use put it into the
LocalSettings.php produced.


Version: 1.9.x
Severity: minor
OS: Linux
Platform: PC

Details

Reference
bz9258

Event Timeline

bzimport raised the priority of this task from to Low.Nov 21 2014, 9:36 PM
bzimport added a project: MediaWiki-Parser.
bzimport set Reference to bz9258.
bzimport added a subscriber: Unknown Object (MLST).