Manual:$wgBadUserAgents
Appearance
Esta función se eliminó por completo en la versión 1.2.0. |
| Language, regional and character encoding settings: $wgBadUserAgents | |
|---|---|
| Array of user agents that should be automatically blocked. |
|
| Introducido en la versión: | antes de 1.1.0 |
| Eliminado en la versión: | 1.2.0 (r2473) |
| Valores permitidos: | no especificado |
| Valor predeterminado: | false |
| Otras configuraciones: Alfabéticamente | Por Función | |
Detalles
User agent/range blocking. Blocks all users using a particular user agent, possibly restricted to a set of IP ranges.
You can't block all user agents by leaving $wgBadUserAgents blank. That would block nothing.
This setting holds an array of user agents that should be automatically blocked.
p. ej.
array( 'OfflineExplorer/1.0' )