www.domain.com
if you want to block access to the specific domain*.domain.com
if you want to block access to all subdomains of domain.comwww.domain.com
if you want to allow access to the specific domain*.domain.com
if you want to allow access to all subdomains of domain.comuser_agent_acl
object. The following is a sample code for the object:
user_agent_acl
object passes the following information:
Property | Description |
---|---|
enabled | This property indicates whether to enable the User Agents Policy. Possible values: - true enables the option - false disables the option |
policy_type | This property indicates the action to apply to the matching request. Possible values: - allow allows the request - deny blocks the request |
excepted_values | This property is an array of user agents to allow or block. The array must contain at least 1 item. Possible values: - two double quotation marks without a space in-between ("") represents the empty value - a string that represents the user agent, with a maximum length of 255 characters; if you need to increase this limit, you can contact our support team |