Configuration options are set on the $perimeterxConfig variable.
All parameters are obtainable via the HUMAN Portal. (Applications and Policies pages)
Default blocking value: 100
In order to customize the action performed on a valid block value, use the ‘custom_block_handler’ option, and provide a user-defined function.
The custom handler should contain the action to be taken, when a visitor receives a score higher than the ‘blocking_score’ value.
A common customization option can be supplying a custom branded block page.
Default block behaviour: return an HTTP status code of 403 and serve the HUMAN block page.
Serving a Custom HTML Page