v3.11.9
16 days ago by Petr Palata
Added specific behavior for AI bot request filtering
- When AI bot request filtering is enabled in the Dashboard and the request originates from a well known AI bot
User-Agent
, theget()
response object contains an additionalbot
payload
{
// standard get() response
bot: {
probability: 1,
safe: true,
}
}