You are here

mobile_device_detection_deliver.html.twig in Fastly 8.3

# Execute only on the edge nodes
if ( fastly.ff.visits_this_service == 0 && !req.http.Fastly-Debug ) {
  unset resp.http.Vary:X-UA-Device;
}

File

fastly_edge_modules/templates/mobile_device_detection_deliver.html.twig
View source
  1. # Execute only on the edge nodes
  2. if ( fastly.ff.visits_this_service == 0 && !req.http.Fastly-Debug ) {
  3. unset resp.http.Vary:X-UA-Device;
  4. }