You are here

mobile_device_detection_fetch.html.twig in Fastly 8.3

# Add X-UA-Device Vary for HTML
if ( beresp.http.Content-Type ~ "text/html" ) {
  set beresp.http.Vary:X-UA-Device = "";
}

File

fastly_edge_modules/templates/mobile_device_detection_fetch.html.twig
View source
  1. # Add X-UA-Device Vary for HTML
  2. if ( beresp.http.Content-Type ~ "text/html" ) {
  3. set beresp.http.Vary:X-UA-Device = "";
  4. }