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.twigView source
- if (fastly.ff.visits_this_service == 0 && client.geo.country_code ~ "(?i)^({{ countries | join('|') }})$") {
- error 921 "[modly:countryblock]";
- }