Manual:$wgCookieSetOnIpBlock
Cookie: $wgCookieSetOnIpBlock | |
---|---|
IP 利用者がブロックされたときに Cookie を設定するかどうか決定する。 これを行うと、ブロックされた利用者は、新しい IP アドレスに移動した後でも、引き続きブロックされる。 |
|
導入されたバージョン: | 1.32.0 (Gerrit change 433624; git #e8063a08) |
除去されたバージョン: | 使用中 |
許容される値: | (真偽値) |
既定値: | true (1.34+)false (1.32-1.33) |
その他の設定: アルファベット順 | 機能順 |
The cookie will contain an authentication code if $wgSecretKey
is set, or otherwise will just be the block ID (in which case there is a possibility of an attacker discovering the names of revdeleted users, so it is best to use this in conjunction with $wgSecretKey
being set).