v3.11.9

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, the get() response object contains an additional bot payload
{
  // standard get() response
  bot: {
    probability: 1,
    safe: true,
  }
}