Allow ULS toolbar to be disabled for anons only
Per Daniel's request on bug 42157 Change-Id: I5df826f0466bf20729c7969cb7b549e41016c194
This commit is contained in:
@@ -76,6 +76,13 @@ $wgULSLanguageDetection = true;
|
||||
*/
|
||||
$wgULSEnable = true;
|
||||
|
||||
/**
|
||||
* Enable ULS language selection for anonymous users. Equivalent to $wgULSEnable
|
||||
* except that it only applies to anonymous users. Setting this to false will
|
||||
* avoid breaking Squid caches (see bug 41451).
|
||||
*/
|
||||
$wgULSEnableAnon = true;
|
||||
|
||||
$dir = __DIR__;
|
||||
|
||||
// Internationalization
|
||||
|
||||
Reference in New Issue
Block a user