UserAgentBlockingRuleConfiguration

data class UserAgentBlockingRuleConfiguration(val target: String, val value: String)

Constructors

Link copied to clipboard
constructor(target: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The configuration target for this rule. You must set the target to ua for User Agent Blocking rules.

Link copied to clipboard

The exact user agent string to match. This value will be compared to the received User-Agent HTTP header value.