You are here

countryblock.html.twig in Fastly 8.3

if (fastly.ff.visits_this_service == 0 && client.geo.country_code ~ "(?i)^({{ countries | join('|') }})$") {
  error 921 "[modly:countryblock]";
}

File

fastly_edge_modules/templates/countryblock.html.twig
View source
  1. if (fastly.ff.visits_this_service == 0 && client.geo.country_code ~ "(?i)^({{ countries | join('|') }})$") {
  2. error 921 "[modly:countryblock]";
  3. }