set threat-prevention anti-bot user-check block

Description

Configures a customizable "block" message shown to users upon match on browser based traffic.

Syntax

set threat-prevention anti-bot user-check block [ body "<body>" ] [ redirect-url "<redirect-url>" ] [ subject "<subject>" ] [ title "<title>" ] [ redirect-to-url {true | false} ]

Parameters

Parameter

Description

body

The informative text that appears in the Anti-Bot 'Block' user message.

A string that contains only printable characters.

redirect-to-url

Indicates if the user will be redirected to a custom URL in case of a 'Block' action.

redirect-url

Indicates the URL to redirect the user in case of a 'Block' action if configured to do so.

The URL to redirect the user in case of a 'Block' action.

Redirection happens only if this functionality is turned on.

subject

The subject of an Anti-Bot 'Block' user message.

A string that contains only printable characters.

title

The title of an Anti-Bot 'Block' user message.

A string that contains only printable characters.

Example

set threat-prevention anti-bot user-check block body My Network redirect-url "http://example.com" subject "My Network" title "My Network" redirect-to-url true