Manual:$wgBadRanges

From MediaWiki.org

Jump to: navigation, search
This feature has been deprecated and should not be used with current versions of MediaWiki.

This feature was deprecated (or possibly removed completely) in version 1.2.0.

User agent: $wgBadRanges
An array of arrays of IP addresses that each value in $wgBadUserAgents apply to.
Introduced in version: pre 1.1.0
Removed in version: 1.2.0
Allowed Values:
Default Value: false

Other settings: Alphabetical | By Function


[edit] Details

User agent/range blocking Blocks all users using a particular user agent, possibly restricted to a set of IP ranges.

This setting holds an array of arrays of IP addresses that each value in $wgBadUserAgents apply to.

e.g. array(array("1.2.3.0", "1.2.3.255"))

[edit] See Also