From 8032108328e3e08659dba8a2da02dc9b0be3f301 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sat, 24 May 2014 15:55:29 -0700 Subject: [PATCH] Added 'Vary' header. --- e107_core/templates/footer_default.php | 1 + 1 file changed, 1 insertion(+) diff --git a/e107_core/templates/footer_default.php b/e107_core/templates/footer_default.php index 85d65a9a6..aee5d54de 100644 --- a/e107_core/templates/footer_default.php +++ b/e107_core/templates/footer_default.php @@ -391,6 +391,7 @@ else } header("X-Powered-By: e107", true); // no less secure than e107-specific html. +header('Vary: Accept'); // should come after the Etag header if ($canCache && isset($_SERVER['HTTP_IF_NONE_MATCH']))