You are here

netacea_integration_recv.html.twig in Fastly 8.3

# Change the shielding condition to account for restarts due to bot detection
set var.fastly_req_do_shield = (req.restarts <= 1);

# Invoke Netacea Bot Detection checking
call netacea_recv;

File

fastly_edge_modules/templates/netacea_integration_recv.html.twig
View source
  1. # Change the shielding condition to account for restarts due to bot detection
  2. set var.fastly_req_do_shield = (req.restarts <= 1);
  3. # Invoke Netacea Bot Detection checking
  4. call netacea_recv;